Y
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
digitarald
2319 days ago
Coming in 76/77:
https://bugzilla.mozilla.org/show_bug.cgi?id=1528294
link
plopz
2319 days ago
Oh, nice.
link
benjaminjackman
2319 days ago
Iirc didn’t they have it then disable it because of spectre/meltdown?
link
mschuetz
2319 days ago
And a proper DataView implementation. Currently, DataView is around 40 times slower in Firefox than in Chrome.
link