Wasm compression benchmarks and the cost of missing compression APIs

from blog nickb.dev, | ↗ original
Interested in running the compression benchmarks yourself? It’s hosted at bench.nickb.dev Lack of transparent compression IndexedDB, the Cache API, and network requests will not transparently compress data, and I think this is a problem. Testing was done on Chrome and behavior may vary by browser. Let’s say we want a function to persist a...