#zstd #dictionary #wrapper #level #zstd-safe

zstd_util

A simple zstd_safe based compression and decompression wrapper

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

#343 in Compression

Download history 1/week @ 2023-11-29 2/week @ 2024-01-03 4/week @ 2024-01-10 5/week @ 2024-01-17 19/week @ 2024-01-24 8/week @ 2024-01-31 16/week @ 2024-02-07 25/week @ 2024-02-14 56/week @ 2024-02-21 65/week @ 2024-02-28 48/week @ 2024-03-06 42/week @ 2024-03-13

215 downloads per month

MIT license

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

~3.5MB
~69K SLoC