| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Indicative numbers from the 2.9.0 test machine (Ryzen-class desktop, NVMe SSD, native driver, 444 MB ZIP containing a 424 MB executable):
| Scenario | Result |
|---|---|
| Mount (central-directory parse) | ~1–2 s |
| First open, stored ZIP entry (zero-copy path) | 500–560 MB/s sustained read throughput |
| First open, deflated entry (memory-cache path) | ~2 s total (decompress + first read ≈ 200+ MB/s effective) |
| Re-open of an entry still in the memory cache | ≈ 0 ms (buffer reuse, no decompression) |
| Peak working set, 424 MB entry first open | ~460 MB (≈ app base + one copy of the data) |
Your results depend on: archive compression level, storage speed of the archive file, driver version, and antivirus interference.
The repository includes a console tool, FileBenchmark, that measures cold-file I/O with the Windows standby list purged between runs (requires admin for the purge; it warns and continues warm otherwise):
FileBenchmark <filepath> [--no-clear]
It runs three measurements and appends to result.txt:
To benchmark a mounted drive, mount the archive first and run FileBenchmark M:\file.bin. Comparing the raw read of the same file on a real drive vs. through the mount isolates the filesystem overhead.
Deep Dives
Operations
Development
Resources
| Back | FazBrowse Home | New Git URL |