filmov
tv
Worker Threads and Shared Memory for JavaScript Performance

Показать описание
Notice that TWO threads can access all that memory just as fast when they are running at the same time. JavaScript really can use multiple CPUs.
Notice that random access took more than three times as long as sequential access.
This was just enough to prove that I'm on the right track. More to come.