Back to projects

xpatch-webdemo

Interactive web demo comparing xpatch delta compression performance against xdelta3, bsdiff, and fossil-delta algorithms.

Updated Jan 13, 2026

xpatch-webdemo

Interactive web demo comparing xpatch delta compression performance against other popular algorithms.

About

This demo allows you to compare the performance of different delta compression algorithms:

  • xpatch - High-performance delta compression with optional zstd
  • xdelta3 - Industry-standard VCDIFF delta compression
  • bsdiff - Binary diff algorithm optimized for executables
  • fossil-delta - Fast, lightweight delta compression

🚀 Try it live: xpatch-webdemo.vercel.app

Development

Requires Bun to run locally.

bun install
bun run dev