Multithreaded JavaScript: Concurrency Beyond the Event Loop


Multithreaded JavaScript: Concurrency Beyond the Event Loop
Author: Thomas Hunter II and Bryan English
Publisher finelybook 出版社: O’Reilly Media,Inc,USA (5 Oct. 2021)
Language 语言: English
Print Length 页数: 200 pages
ISBN-10: 1098104439
ISBN-13: 9781098104436


Book Description
By finelybook

The nature of JavaScript is to be single threaded. This is reflected not only in libraries and applications,but also in online forum posts,books,and online documentation. Thanks to recent advancements in the platform—such as with web workers in the browser,worker_threads in Node.js,and the Atomics and SharedArrayBuffer objects—JavaScript engineers are able to build multi-threaded applications. 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,using a spectrum of API reference material and high level programming patterns.
Learn what multithreaded programming is and how you can benefit from it
Understand the differences between a dedicated worker,a shared worker,and a service worker
Identify when and when not to use threads in an application
Orchestrate communication between threads Author: leveraging the Atomics object
Understand both the gains and pitfalls of using shared memory
Benchmark performance to learn when you’ll benefit from multiple threads

相关文件下载地址

下载地址 Download解决验证以访问链接!
打赏
未经允许不得转载:finelybook » Multithreaded JavaScript: Concurrency Beyond the Event Loop

评论 抢沙发

觉得文章有用就打赏一下

您的打赏,我们将继续给力更多优质内容

支付宝扫一扫

微信扫一扫