Multithreading In JavaScript using Web Workers
Have you ever heard that Javascript is a single-threaded language and can only execute one process at a time well that is completely true. JavaScript uses an event loop to execute the process, for now, think of the event loop is as a queue where all ...
blog.theashishmaurya.me5 min read
Heaust
Insights on my journey with CG, Art and Programming.
great article, very informative! loved the performance comparison and the pros-cons breakdown.