inikep / lizard

Lizard (formerly LZ5) is an efficient compressor with very fast decompression. It achieves compression ratio that is comparable to zip/zlib and zstd/brotli (at low and medium compression levels) at decompression speed of 1000 MB/s and faster.
Other
644 stars 40 forks source link

The status of the project. #36

Open alexey-milovidov opened 3 years ago

alexey-milovidov commented 3 years ago

The library is very impressive as it looks like a pareto frontier.

But I see there are no updates in about half a year. E.g. trivial fix for UBSan did not get merged: https://github.com/inikep/lizard/pull/33

It makes me wondering about the perspectives of this project.

alexey-milovidov commented 1 year ago

After one year we can conclude that this project is abandoned.

alexey-milovidov commented 1 year ago

After two years, the conclusion holds.

Bulat-Ziganshin commented 1 year ago

@alexey-milovidov you may be interested in https://encode.su/threads/4041-Iguana-a-fast-vectorized-compressor

alexey-milovidov commented 1 year ago

Yes, I already checked - I want to try integrating it, but the current obstacle - is the need to convert assembly files in the Go Asm dialect.