Open nbari opened 7 months ago
I want to compress a file as fast as possible (this will probably help using multithread), but also I want the same result when decompression.
But I found this https://github.com/gyscos/zstd-rs/issues/266
Wondering then, which lib should I use? zstd-rs or zstd-safe ? whare are the differences?
zstd-rs
zstd-safe
I want to compress a file as fast as possible (this will probably help using multithread), but also I want the same result when decompression.
But I found this https://github.com/gyscos/zstd-rs/issues/266
Wondering then, which lib should I use?
zstd-rs
orzstd-safe
? whare are the differences?