- 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.
- 深入理解Android(卷I)
- 編程的修煉
- Python語(yǔ)言程序設(shè)計(jì)
- 少年輕松趣編程:用Scratch創(chuàng)作自己的小游戲
- SQL Server 2012數(shù)據(jù)庫(kù)管理與開(kāi)發(fā)項(xiàng)目教程
- 深入淺出PostgreSQL
- 遠(yuǎn)方:兩位持續(xù)創(chuàng)業(yè)者的點(diǎn)滴思考
- Oracle Database XE 11gR2 Jump Start Guide
- Deep Learning for Natural Language Processing
- Java EE互聯(lián)網(wǎng)輕量級(jí)框架整合開(kāi)發(fā):SSM+Redis+Spring微服務(wù)(上下冊(cè))
- Learning Java Lambdas
- 精通Oracle 12c 數(shù)據(jù)庫(kù)管理
- Learning Ext JS(Fourth Edition)
- Git Version Control Cookbook
- 自學(xué)Python:編程基礎(chǔ)、科學(xué)計(jì)算及數(shù)據(jù)分析