1
0
mirror of https://github.com/facebook/zstd.git synced 2025-09-11 11:51:02 +03:00
Files
zstd/examples

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()