Skip to content

Parallel map on node. #4

Description

@ngoodman

It would be neat to have p-map available (at least when run via node on server). This simply runs a thread (or node process) for each item in a list, applying the given (purely functional) procedure.

Very useful for running an inference over a range of param values.

Possibly useful for speeding up inference for some "big data" (shallow but wide) models, depending on communication latency.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions