lz4ultra
LZ compressor
A tool that optimizes the LZ4 compression algorithm to produce files with faster decompression times.
Optimal LZ4 compressor, that produces files that decompress faster while keeping the best compression ratio
57 stars
9 watching
5 forks
Language: C
last commit: almost 2 years ago
Linked from 1 awesome list
ccompressionlz4optimizationsuffixarray
Related projects:
Repository | Description | Stars |
---|---|---|
pierrec/lz4 | A Go library that provides a streaming interface and low-level functions for compressing and decompressing LZ4 data streams. | 881 |
miloszkrajewski/k4os.compression.lz4 | A .NET Standard library that provides a fast compression algorithm for data archiving and streaming. | 693 |
emmanuel-marty/zultra | A fast compression library that produces near-optimal deflate/zlib/gzip compressed bitstreams with a similar ratio to zopfli. | 27 |
szktty/erlang-lz4 | A C library providing LZ4 compression and decompression functionality for use in Erlang programs. | 65 |
lzfse/lzfse | A library and tool that compresses data using the Lempel-Ziv style algorithm with Finite State Entropy coding | 1,771 |
emmanuel-marty/lzsa | A compression format designed for efficient decompression on 8-bit microcomputers. | 236 |
ariya/fastlz | An algorithm and implementation for lossless data compression using Lempel-Ziv 77 (LZ77) with a focus on speed over compression ratio. | 439 |
mcjack123/luz | An algorithm to compress Lua scripts by combining Huffman coding and LZ77 compression. | 11 |
lz4/lz4 | A fast and scalable lossless compression algorithm implemented in C. | 10,398 |
emmanuel-marty/em_inflate | A fast, in-memory decompression library for common compression formats | 73 |
gildor2/fast_zlib | An optimized zlib compression algorithm that provides faster time and slightly smaller compressed files | 133 |
mirage/decompress | A library implementing several decompression algorithms for various compression formats | 115 |
barabasgithub/lzig4 | Implementing LZ4 compression algorithm in Zig programming language | 6 |
inikep/lizard | An efficient compression algorithm with fast decompression speed | 655 |
ulikunitz/xz | A Go package for reading and writing xz-compressed files | 483 |