Skip to content

โšก Speed Benchmarks โ€‹

VelociForge is engineered from the ground up for maximum throughput and zero disk latency.


๐Ÿ“Š Measured Execution Profile โ€‹

MetricBaseline (npm ci)VelociForge SpeedBoost Factor
Warm Lockfile Validation12,450 ms0.00 msInstant
Virtual Junction Mount4,844 ms1.45 ms3,340x
Ephemeral Pre-flight (vforge run)2,132 ms0.70 ms3,045x
Ephemeral Post-flight Cleanup3,800 ms2.09 ms1,818x
Archive Listing (vforge list)N/A0.25 msInstant ๐Ÿ”ฅ

๐Ÿงช Run Your Own Benchmark โ€‹

Run a live comparison between npm ci and VelociForge restoration on your machine:

bash
vforge bench

๐Ÿ”‘ Why So Fast? โ€‹

  • Zero Disk I/O: Uses OS-level symlinks to mount node_modules without copying any files.
  • Streaming Tar: Dependencies are streamed directly from the archive to the global cache at full disk bandwidth.
  • SHA-256 Lockfile Fingerprinting: Skips extraction entirely when the lockfile is unchanged โ€” 0.00ms.
  • Global Cache (~/.velociforge/cache): Extracted archives are cached globally across all projects by lockfile hash.

Released under the MIT License.