#zstd #dictionary #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

#528 in Compression

Download history 65/week @ 2024-11-20 41/week @ 2024-11-27 21/week @ 2024-12-04 20/week @ 2024-12-11 1/week @ 2024-12-18 38/week @ 2025-01-08 50/week @ 2025-01-15 12/week @ 2025-01-22 16/week @ 2025-01-29 33/week @ 2025-02-05 25/week @ 2025-02-12 24/week @ 2025-02-19 26/week @ 2025-03-05

81 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

~4MB
~72K SLoC