Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lightning Talk: Web Workers #41

Open
NicolasCwy opened this issue Feb 28, 2024 · 0 comments
Open

Lightning Talk: Web Workers #41

NicolasCwy opened this issue Feb 28, 2024 · 0 comments

Comments

@NicolasCwy
Copy link
Contributor

NicolasCwy commented Feb 28, 2024

The javascript event loop is efficient for most of our needs, doing work on a single thread. Though not common are times though where these leads to bottlenecks. In other programming languages, we are familiar with processes and
threads, but it might seem strange to have this in JS, well-known for being "single threaded". I would be introducing the Web Worker API, implemented in most browsers as a way to create new processes to speed up computation.

CtA: Give web workers a shot!

Presentation slides.pdf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant