'Parallelizing' JavaScript for fun and Profit.
Parallel programming in JavaScript is not as straightforward as it is in languages such as C/C++ and Java or even Python due to its event based paradigm. In this post I will focussing on parallel computation in JavaScript through Web Workers API.
6
1