Skip to content

Instantly share code, notes, and snippets.

Created August 28, 2011 17:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/1176980 to your computer and use it in GitHub Desktop.
Save anonymous/1176980 to your computer and use it in GitHub Desktop.
<manutter> (doc pmap)
<lazybot> => "([f coll] [f coll & colls]); Like map, except f is
applied in parallel. Semi-lazy in that the parallel computation stays
ahead of the consumption, but doesn't realize the entire result unless
required. Only useful for computationally intensive functions where
the time of f dominates the coordination overhead."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment