-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
Reading notes of the primer article of Eric Bidelman (26.07.2010):
HTML5Rocks › The Basics of Web Workers
https://www.html5rocks.com/en/tutorials/workers/basics/
plus some other sources:
WebFundamentals › Service Workers: an Introduction
https://developers.google.com/web/fundamentals/primers/service-workers/
MDN › Web Worker API
https://developer.mozilla.org/en-US/docs/Web/API/Worker/
HTML Living Standard › Web Workers.
https://html.spec.whatwg.org/multipage/workers.html
Merge with links from main READ:
- H5R › The Basics of Web Workers Eric Bidelman, 26.07.2010 describes Dedicated Workers from the Web Workers specification, that are refered to as Web Workers
- WWG › HTML Living Standard › Web Workers Specification which defines the API for running scripts in the background, independently of any user interface scripts.
- MDN › Web Workers API describes Dedicated-, Shared- and Service workers, as well as Chrome- and Audio Workers
- GWF › Updates › Workers ♥ ArrayBuffer Eric Bidelman, 08.2011
Typed arrays I/O and Structured clone algorithm; no more base64 encoding the data! - GWF › Updates › Transferable Objects: Lightning Fast! Eric Bidelman, 12.2011 Demonstrates the huge performance improvement for message passing, that can be achieved with Transferable Objects.
Actions
-
TransferableobjectsTODO - Merge links above (the originals from this issue plus those from the main README)
- Transcrire dans document unique Learning › The Basics of Web Workers
TODO