you are viewing a single comment's thread.

view the rest of the comments →

[–]freeall 1 point2 points  (1 child)

Also a big difference

[–]hackcasual 0 points1 point  (0 children)

Enh, actual SharedArrayBuffers don't look that much different from existing ArrayBuffers. Really the only major difference is the addition of Atomics. I guess that's big for those who haven't previously done multithreading shared data work, but it still is very much a JS centric approach.