Nodejs worker threads shared object/store
问题 So, I was reading some stuff regarding nodejs and I was amazed when I came across Worker Threads. Having threads in my opinion is a great plus especially if you combine it with shared memory access. As you might think already -> SharedArrayBuffer ... Yeap that's what I thought. So The first thing that came into my mind was to give it a little test and try to implement a simple store (a simple object for now) that would be shared among the threads. The question is, (unless I'm missing