#compression-level #format

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

#392 in Compression

Download history 29/week @ 2024-07-29 9/week @ 2024-08-05 8/week @ 2024-08-12 23/week @ 2024-08-19 42/week @ 2024-08-26 6/week @ 2024-09-02 70/week @ 2024-09-09 19/week @ 2024-09-16 62/week @ 2024-09-23 31/week @ 2024-09-30 22/week @ 2024-10-07 9/week @ 2024-10-14 4/week @ 2024-10-21 6/week @ 2024-10-28 52/week @ 2024-11-04

76 downloads per month
Used in 4 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.


lib.rs:

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.

Dependencies

~0.4–1MB
~21K SLoC