Hacker News new | ask | show | jobs
by itsyogesh 3701 days ago
I recently read about the SIMD support for Javascript. While parallelism and distributed systems contribute a lot to the OS, SIMD is something nice to have on top that. So, JS may be single threaded but having SIMD support might speed things up.

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe...