v2 / vlib / compress / lz / interop / README.md
44 lines · 30 sloc · 1.06 KB · 714bc792a1024c3e7eccc72f7312c6dc9821d04f
Raw

LZ Interop Validation (V, C, Python)

This tool validates:

Run

cd /home/jalon/git/v
./vnew run vlib/compress/lz/interop/lz_interop.v 2>&1

Optional args:

  1. validation rounds (default: 40)
  2. input size in bytes (default: 524288)Example:
    cd /home/jalon/git/v
    ./vnew run vlib/compress/lz/interop/lz_interop.v 25 262144 2>&1
    

Output

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: