Closed Scarjit closed 1 month ago
This pr adds a new 'ZStandard Decompress' operation, allowing uses to decompress ZStandard encoded data.
It uses chunk based decodeding to be memory efficient.
Partly resolves #1470 (decompression only)
Edit: The libary used is licensed under MIT (https://github.com/101arrowz/fzstd?tab=MIT-1-ov-file#readme)
This pr adds a new 'ZStandard Decompress' operation, allowing uses to decompress ZStandard encoded data.
It uses chunk based decodeding to be memory efficient.
Partly resolves #1470 (decompression only)
Edit: The libary used is licensed under MIT (https://github.com/101arrowz/fzstd?tab=MIT-1-ov-file#readme)