Hacker News new | ask | show | jobs
by b_e_n_t_o_n 251 days ago
Multithreading in the browser kinda sucks though, it's too slow to share significant data between workers (threads), and if you try it with SharedArrayBuffer you eat the serialisation costs.