Skip to content

v1.3.0

Choose a tag to compare

@nyarime nyarime released this 05 May 23:16
· 2 commits to main since this release

True Fast LZ Compressor

  • Real LZ77 compression with exact hash table synchronization (replaces uncompressed-block fallback)
  • Compression ratio: 82.7% on real data — matches Norton Ghost original output
  • 1632 real data blocks roundtrip verified, 0 failures
  • Writer supports all 3 compression modes: None (Z0), Fast LZ (Z1), Zlib (Z3–Z9)
  • 11 tests, all passing