Multithreaded JavaScript

Concurrency Beyond the Event Loop



Bookstore > Books > Multithreaded JavaScript

Price$43.89 - $55.15
Rating
AuthorsThomas Hunter, Bryan English
PublisherO'Reilly Media
Published2021
Pages214
LanguageEnglish
FormatPaper book / ebook (PDF)
ISBN-101098104439
ISBN-139781098104436
EBook Hardcover Paperback

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 language-such as the Atomics and SharedArrayBuffers objects and Web Workers in the browser-JavaScript 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.




5 5 25

Similar Books


Effective JavaScript

Effective JavaScript

by David Herman

In order to truly master JavaScript, you need to learn how to work effectively with the language's flexible, expressive features and how to avoid its pitfalls. No matter how long you've been writing JavaScript code, Effective JavaScript will help deepen your understanding of this powerful language, so you can build more predicta...

Price:  $21.99  |  Publisher:  Addison-Wesley  |  Release:  2012

Beginning JavaScript, 3nd Edition

Beginning JavaScript, 3nd Edition

by Russ Ferguson

Discover everything you need to know to get up-to-speed with JavaScript development and add dynamic enhancements to web pages. This completely updated third edition reveals how the code works and when to use closures, constants, and execution content. Starting with the basics, you'll see how to employ prototypical inheritance, as wel...

Price:  $19.02  |  Publisher:  Apress  |  Release:  2019

Learn Enough JavaScript to Be Dangerous

Learn Enough JavaScript to Be Dangerous

by Michael Hartl

JavaScript plays a key role in modern software development, not only because it is the only language that runs inside virtually all web browsers, but also because it has become widely used for back-end and general-purpose development as well. Although JavaScript is a big language, you don't need to learn "everything" about ...

Price:  $31.98  |  Publisher:  Addison-Wesley  |  Release:  2022

Test-Driven JavaScript Development

Test-Driven JavaScript Development

by Christian Johansen

For JavaScript developers working on increasingly large and complex projects, effective automated testing is crucial to success. Test-Driven JavaScript Development is a complete, best-practice guide to agile JavaScript testing and quality assurance with the test-driven development (TDD) methodology. Leading agile JavaScript developer Chri...

Price:  $10.29  |  Publisher:  Addison-Wesley  |  Release:  2010

Learning JavaScript

Learning JavaScript

by Tim Wright

With the arrival of HTML5, jQuery, and Ajax, JavaScript web development skills are more valuable than ever! This complete, hands-on JavaScript tutorial covers everything you need to know now. Using line-by-line code walkthroughs and end-of-chapter exercises, top web developer and speaker Tim Wright will help you get results fast, even i...

Price:  $8.99  |  Publisher:  Addison-Wesley  |  Release:  2012

jQuery and JavaScript Phrasebook

jQuery and JavaScript Phrasebook

by Brad Dayley

Get more done faster with jQuery and JavaScript! Brad Dayley's jQuery and JavaScript Phrasebook brings together 100+ instantly useful code snippets and idioms for performing a wide spectrum of common web application tasks. This hands-on guide gets straight to the essence of what's new and important in jQuery and JavaScript, and ...

Price:  $14.48  |  Publisher:  Addison-Wesley  |  Release:  2013

JavaScript: The Good Parts

JavaScript: The Good Parts

by Douglas Crockford

Most programming languages contain good and bad parts, but JavaScript has more than its share of the bad, having been developed and released in a hurry before it could be refined. This authoritative book scrapes away these bad features to reveal a subset of JavaScript that's more reliable, readable, and maintainable than the language...

Price:  $4.37  |  Publisher:  O'Reilly Media  |  Release:  2008

Head First JavaScript

Head First JavaScript

by Michael Morrison

Want to make the leap from writing HTML and CSS web pages and create dynamic web applications? Want to take your web skills to the next level? It sounds like you're ready to learn the Web's hottest programming language: JavaScript. Head First JavaScript is your ticket to going beyond copying and pasting the code from someone els...

Price:  $7.72  |  Publisher:  O'Reilly Media  |  Release:  2007