NZ1 is a small compression algorithm designed for embedded systems and IoT.
Minimal code with no external dependencies.
SIMD support (AVX2, NEON, SSE2) for fast compression and decompression.
Configurable window size (1 KB–1 MB).
Built-in CRC32 for data integrity.
Achieves high compression ratios on repeating data with stable speeds (~30 MB/s).
Repository: https://github.com/Ferki-git-creator/NZ1
Full docs: https://ferki-git-creator.github.io/nz1-site/