zstd/examples/README.md
2016-07-07 14:08:00 +02:00

295 B

Zstandard library : usage examples

  • Dictionary decompression Decompress multiple files using the same dictionary. Compatible with Legacy modes. Introduces usage of : ZSTD_createDDict() and ZSTD_decompress_usingDDict()