Claim Boundary
HVCE v4 is intentionally aggressive but not dishonest.
What is claimed
- HVCE v4 is a complete, runnable, portable Python reference implementation.
- It round-trips files/directories exactly and verifies decoded bytes.
- It adds real archiver features missing in earlier HVCE versions: password protection, recovery records, metadata preservation, GUI wrapper, Windows shell scripts, ZIP export, safe extraction, and benchmark tooling.
- It can beat ordinary ZIP/Deflate by very large margins on small structured folders because it uses solid micro-packs and stronger modeling.
- It can beat xz/zstd/ZIP on exact generated structured fields where its recipes match the data-generating law.
- It can compress versioned high-entropy data by storing one raw state plus exact sparse patches when near-duplicate chunks exist.
- It handles random/encrypted/already-compressed data correctly by avoiding futile modeling and falling back to raw/dedupe/patch behavior.
What is not claimed
- It does not beat Shannon information theory.
- It does not losslessly shrink arbitrary random data.
- It does not decrypt encrypted files without the key.
- It does not guarantee smaller output than every modern compressor on every corpus.
- It does not claim security audit equivalence to mature cryptographic libraries.
- It does not yet match mature desktop tools in installer polish, localization, signed binaries, years of fuzzing, or enterprise support.
Correct interpretation of “dominate random/encrypted/already-compressed areas”
For these areas, ratio dominance is impossible in the universal lossless sense. HVCE v4 dominates by archive behavior:
- fast recognition;
- low expansion;
- exact duplicate detection;
- sparse version patching;
- authenticated optional encryption;
- optional recovery;
- verified extraction;
- safe metadata-preserving storage.
That is the strongest mathematically defensible target.