5 releases
0.1.4 | Oct 8, 2023 |
---|---|
0.1.3 | Jan 17, 2023 |
0.1.2 | Jul 13, 2022 |
0.1.1 | Nov 29, 2021 |
0.1.0 | Mar 27, 2021 |
#496 in Compression
98 downloads per month
72KB
115 lines
Zstd_util
This library provides a simple API on top of the zstd_safe crate for compression and decompression given a set of parameters and does not suffer the performance hits from repeated compress calls with the same dictionary.
lib.rs
:
A simple library providing higher level zstd compression with a better performance characteristics for dictionary usage during repeated calls.
Dependencies
~4MB
~72K SLoC