small university project for testing performance of multi-threaded web-applications in JS
"Parallel.js solves that problem by giving you high level access to multi-core processing using web workers. It runs on node and in your browser."
https://www.youtube.com/watch?time_continue=3&v=8aGhZQkoFbQ
" This whole single threaded execution is explained brilliantly by Philip Roberts in video below. You should definitely watch it."
"Philip Roberts: What the heck is the event loop anyway? | JSConf EU"
https://www.youtube.com/watch?v=OgLemdR65pE
"Nolan Lawson - Demystifying Web Workers and Service Workers - CascadiaFest 2016" "Stuff that blocks the DOM indexedDB, XHR, Json.Parse, fetch, ..... , and javascript itself! -> single api which solves this all: web workers"