This tool validates:
lz77, lz78, lzw,
lz4, lzss, lzma, lzjblz77-like reference implementationlz77-like reference implementationThe C/Python references are intentionally simple so the benchmark is easy to run
without external dependencies.cd /home/jalon/git/v
./vnew run vlib/compress/lz/interop/lz_interop.v 2>&1
Optional args:
40)524288)Example:cd /home/jalon/git/v
./vnew run vlib/compress/lz/interop/lz_interop.v 25 262144 2>&1
The tool prints validation status lines only (no timing output).
When helpers are available, it also cross-validates compression/expansion
interoperability with V (lz77) in both directions:
cc/gcc or python3 are missing, that row is skipped with a message.