Hacker News new | ask | show | jobs
by plopz 2319 days ago
I wish Firefox would enable the SharedArrayBuffer, multi-threaded performance just gets destroyed by postMessage. Transferable helps but only works in situations where both threads dont need the object at the same time.
3 comments

Oh, nice.
Iirc didn’t they have it then disable it because of spectre/meltdown?
And a proper DataView implementation. Currently, DataView is around 40 times slower in Firefox than in Chrome.