mirror of
https://github.com/facebook/zstd.git
synced 2025-11-28 00:04:28 -05:00
Zstandard library : usage examples
- Dictionary decompression
Decompress multiple files using the same dictionary.
Compatible with Legacy modes.
Introduces usage of :
ZSTD_createDDict()andZSTD_decompress_usingDDict()