lzsa icon indicating copy to clipboard operation
lzsa copied to clipboard

Byte-aligned, efficient lossless packer that is optimized for fast decompression on 8-bit micros

Results 7 lzsa issues
Sort by recently updated
recently updated
newest added

Hi there, i have been using a lz-packer derived from doynax-lz for a while with my 8 bit loader-system bitfire on c64. The pack-ration is about the same as yielded...

The ZX0 project says that ZX7 is superseded by ZX0. https://github.com/einar-saukas/ZX0 Also, a variant ZX1 exists. Would it be interesting to add those in the comparison list and the pareto...

Hi there, thanks for this great project. A while ago, I wrote a custom 8-bit oriented LZ4 compressor/decoder (but nowhere near as optimal as lzsa!), mainly to solve a particular...

These do not need to be executable (which looks a bit confusing on Linux).

Likely my own fault but I have; * Compressed data using ```c++ auto packed_size = lzsa_compress_inmem(..., LZSA_FLAG_RAW_BACKWARD | LZSA_FLAG_RAW_BLOCK, 0, 1); ``` * Verified the result using the lzma command...

Do you know [libsais](https://github.com/IlyaGrebnov/libsais) and [esa-matchfinder](https://github.com/IlyaGrebnov/esa-matchfinder)? those are very fast.