Show HN: NZ1 new compression for embedded systems and games
1 Forgret 1 8/17/2025, 11:09:46 AM
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/
Comments (1)
Flundstrom2 · 8h ago
The repo doesn't contain what the doc says it should contain