HN Top New Show Ask Jobs

settings

Theme

Hand Mode

Feed

Comment by bmc7505

Comment by bmc7505 13 hours ago

0 replies

View on Hacker News

Interesting. I wonder if mqjs would make it feasible to massively parallelize JavaScript on the GPU. I’m looking for a way to run thousands of simultaneous JS interpreters, each with an isolated heap and some shared memory. There are some research projects [1, 2] in this direction, but they are fairly experimental.

[1]: https://github.com/SamGinzburg/VectorVisor

[2]: https://github.com/beehive-lab/ProtonVM