#decompression #level #latest

quicklz

QuickLZ is a fast compression algorithm. This library is an implementation of the QuickLZ format in rust

4 releases (2 breaking)

0.3.1 Apr 12, 2022
0.3.0 May 31, 2020
0.2.0 Oct 19, 2018
0.1.0 Oct 13, 2017

#832 in Compression

Download history 295/week @ 2026-04-15 261/week @ 2026-04-22 229/week @ 2026-04-29 373/week @ 2026-05-06 472/week @ 2026-05-13 123/week @ 2026-05-20 296/week @ 2026-05-27 232/week @ 2026-06-03 323/week @ 2026-06-10 149/week @ 2026-06-17 69/week @ 2026-06-24 107/week @ 2026-07-01 255/week @ 2026-07-08 53/week @ 2026-07-15 93/week @ 2026-07-22 128/week @ 2026-07-29

538 downloads per month
Used in 8 crates (2 directly)

MIT/Apache

61KB
1K SLoC

QuickLZ   build status latest version documentation

QuickLZ is a fast compression algorithm. This library implements the algorithm version 1.5.0 (latest version since 2011). Compression and decompression are implemented for the compression levels 1 and 3.

License

Licensed under either of

at your option.

Dependencies

~1.2–1.6MB
~38K SLoC