Skip to content

tugrik/heavy_computation

Repository files navigation

Heavy Data Processing in JavaScript - Examples

Live demos for the article series on handling heavy computation in JavaScript without freezing the UI.

Articles

Demos

File Description
naive.html Baseline — processing on main thread (UI freezes)
worker.html Web Worker — processing in background thread
transferable.html Transferable Objects — zero-copy data transfer
shared.html SharedArrayBuffer — shared memory between threads
wasm.html WebAssembly — native-speed computation

License

MIT

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published