An open API service indexing awesome lists of open source software.

https://github.com/tangbc/worker-transferable-perfs

🚀 Simple demo to feel the excellent performance of Transferable in Web Workers.
https://github.com/tangbc/worker-transferable-perfs

Last synced: 8 months ago
JSON representation

🚀 Simple demo to feel the excellent performance of Transferable in Web Workers.

Awesome Lists containing this project

README

          

## worker-transferable-perfs

A simple demo to feel the power of Transferable in Web Workers.

## Run in local

```bash
git clone https://github.com/tangbc/worker-transferable-perfs.git

cd worker-transferable-perfs

npm install

npm run server
```

Open `http://localhost:8090` in browser.

## Reference & thanks

https://developer.mozilla.org/en-US/docs/Web/API/Transferable

https://developers.google.com/web/updates/2011/12/Transferable-Objects-Lightning-Fast

https://stackoverflow.com/questions/16071211/using-transferable-objects-from-a-web-worker