- JavaScript Concurrency
- Adam Boduch
- 148字
- 2021-07-30 09:48:37
Preface
It wasn't long ago when I would dread using many of the web applications I had come to depend on. When they worked, they were fantastic; when they didn't, it was a nightmare. Especially frustrating was the clear fact that there weren't any bugs in the JavaScript code driving the application. No, the problem was that often there was too much code running, perhaps because it was processing a large data set. The end result was always the same: the UI would freeze, and I would helplessly curse the Web.
Nowadays, this doesn't happen as frequently. We've fixed many of the common JavaScript problems from years ago. Something that hasn't caught on as fast as I had hoped is concurrency in JavaScript. There are little bits of concurrency sprinkled all throughout our applications, but seldom do we see truly concurrent JavaScript code.
Let's change the status quo.
- Vue 3移動(dòng)Web開(kāi)發(fā)與性能調(diào)優(yōu)實(shí)戰(zhàn)
- DevOps:軟件架構(gòu)師行動(dòng)指南
- Implementing Modern DevOps
- PHP 從入門(mén)到項(xiàng)目實(shí)踐(超值版)
- OpenCV實(shí)例精解
- Learning ASP.NET Core 2.0
- iOS開(kāi)發(fā)實(shí)戰(zhàn):從零基礎(chǔ)到App Store上架
- 鋒利的SQL(第2版)
- Xamarin.Forms Projects
- Mastering Linux Security and Hardening
- Extreme C
- Canvas Cookbook
- Red Hat Enterprise Linux Troubleshooting Guide
- 新印象:解構(gòu)UI界面設(shè)計(jì)
- Java 從入門(mén)到項(xiàng)目實(shí)踐(超值版)