- 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.
- 兩周自制腳本語言
- Arduino by Example
- Mastering Concurrency in Go
- Django Design Patterns and Best Practices
- Python高級編程
- C語言程序設計立體化案例教程
- Oracle Database 12c Security Cookbook
- C語言程序設計案例精粹
- C語言程序設計上機指導與習題解答(第2版)
- Python High Performance Programming
- Mastering ArcGIS Enterprise Administration
- Java圖像處理:基于OpenCV與JVM
- MyBatis 3源碼深度解析
- Qt 4開發實踐
- Python深度學習(第2版)