Any hint on how to share a big JS Object in memory amongst different threads/workers?
I have a huge JS Object and each worker is reading from said Object to later perform CPU intensive task.
I can't find any solution in NodeJS, because any multi-thread NPM solution around seems to clone the worker function parameters.