← All examples · Home

09. Worker ingest (NFR-8)

For quantized stores (int8/int4), the CPU-heavy rotation + quantization runs in a Web Worker so the main thread stays responsive. This demo ingests in chunks while monitoring requestAnimationFrame gaps — smooth frames (~16 ms) mean the UI stays interactive during a large ingest. This example is GPU-only — it demonstrates offloading the quantized (int8) ingest path, which has no CPU fallback.

ready.