Skip to main content
Simple program for data compression and decompression.

Examples

Compress data with LZ4:
Decompress data from LZ4 format:
Compress data with ZSTD at level 5:
Compress data with Delta of four bytes and ZSTD level 10.
Last modified on June 23, 2026