Skip to content

Share JS Object in memory amongst different threads #110

@jfoclpf

Description

@jfoclpf

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions