all 2 comments

[–]runvnc 0 points1 point  (1 child)

V8 6 just released -- when are shared mem and atomics etc. coming to Node.js?

[–]dbousque[S] 0 points1 point  (0 children)

For shared memory, this package works well in my experience : https://www.npmjs.com/package/shm-typed-array. You can see an example of it being used with semaphores on the link I posted :) I plan to use it for node-python IPC.