Interactive web demo comparing xpatch delta compression performance against other popular algorithms.
This demo allows you to compare the performance of different delta compression algorithms:
🚀 Try it live: xpatch-webdemo.vercel.app | Check it out on my website
Requires Bun to run locally.
bun install
bun run dev
xpatch-webdemo is Interactive web demo comparing xpatch delta compression performance against xdelta3, bsdiff, and fossil-delta algorithms.. It is built with Svelte, TypeScript, CSS, JavaScript, HTML and maintained by Oliver Seifert.
xpatch-webdemo is primarily written in Svelte (63% of the codebase). Other languages used include TypeScript (33%), CSS (2%), JavaScript (2%), HTML (0%).