Y
Hacker News
new
|
ask
|
show
|
jobs
by
cyanydeez
632 days ago
You can used shared buffers in chrome so one could use webworkers for a lot of processing. However, we are still waiting for many Apis to be available in webworkers.
1 comments
DanielHB
632 days ago
What you really want is to get a reference to those SharedArrayBuffers in the native code like you can do with WASM
link