Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parallel map on node. #4

Open
ngoodman opened this issue Sep 24, 2013 · 0 comments
Open

Parallel map on node. #4

ngoodman opened this issue Sep 24, 2013 · 0 comments

Comments

@ngoodman
Copy link
Collaborator

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.

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

No branches or pull requests

1 participant