đ ZIP Benchmark - Browser Edition
Compare the performance of zip-go and yauzl ZIP libraries in the browser.
đĻ Bundle Size Penalty
Loading bundle size data...
âšī¸ Browser Testing Notes:
- yauzl uses fromBuffer() method bundled with Node.js polyfills for browser compatibility
- zip-go works natively with browser Blob/File objects
- Both libraries read from memory (File object) for fair comparison
- Some tests are browser-specific (OPFS support if available)
- Libraries are bundled locally - no external CDN dependencies