Multithreaded Javascript: Concurrency Beyond the Event Loop
Traditionally, JavaScript has been a single-threaded language. Nearly all online forum posts, books, online documentation, and libraries refer to the language as single threaded. Thanks to recent advancements in the languagesuch as the Atomics and SharedArrayBuffers objects and Web Workers in the browserJavaScript is now a multi-threaded language. These features will go down as being the biggest paradigm shift for the world's most popular programming language.
1139320786
Multithreaded JavaScript explores the various features that JavaScript runtimes have at their disposal for implementing multithreaded programming, providing both practical real-world examples, as well as reference material.
- Learn what multithreaded programming is and how you can benefit from it
- Understand the differences between a web worker, a service worker, and a worker thread
- Know when and when not to use threads in an application
- Orchestrate communication between threads by leveraging the Atomics object
- Build high-performance applications using the knowledge you gain from this book
- Benchmark performance to learn if you'll benefit from multithreading
Multithreaded Javascript: Concurrency Beyond the Event Loop
Traditionally, JavaScript has been a single-threaded language. Nearly all online forum posts, books, online documentation, and libraries refer to the language as single threaded. Thanks to recent advancements in the languagesuch as the Atomics and SharedArrayBuffers objects and Web Workers in the browserJavaScript is now a multi-threaded language. These features will go down as being the biggest paradigm shift for the world's most popular programming language.
Multithreaded JavaScript explores the various features that JavaScript runtimes have at their disposal for implementing multithreaded programming, providing both practical real-world examples, as well as reference material.
- Learn what multithreaded programming is and how you can benefit from it
- Understand the differences between a web worker, a service worker, and a worker thread
- Know when and when not to use threads in an application
- Orchestrate communication between threads by leveraging the Atomics object
- Build high-performance applications using the knowledge you gain from this book
- Benchmark performance to learn if you'll benefit from multithreading
65.99
In Stock
5
1

Multithreaded Javascript: Concurrency Beyond the Event Loop
211
Multithreaded Javascript: Concurrency Beyond the Event Loop
211
65.99
In Stock
Product Details
ISBN-13: | 9781098104436 |
---|---|
Publisher: | O'Reilly Media, Incorporated |
Publication date: | 10/19/2021 |
Pages: | 211 |
Product dimensions: | 6.80(w) x 9.10(h) x 0.50(d) |
About the Author
From the B&N Reads Blog