Liking cljdoc? Tell your friends :D

pppmap.core


map-with-progressclj

(map-with-progress print-label f col)
source

pmap-with-progressclj

(pmap-with-progress label f coll)
(pmap-with-progress label 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.

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.
sourceraw docstring

ppmapclj

(ppmap grain-size f & colls)

Partitioned pmap, for grouping map ops together to make parallel overhead worthwhile

Partitioned pmap, for grouping map ops together to make parallel
overhead worthwhile
sourceraw docstring

ppmap-with-progressclj

(ppmap-with-progress print-label grain-size f & colls)

Partitioned pmap, for grouping map ops together to make parallel overhead worthwhile

Partitioned pmap, for grouping map ops together to make parallel
overhead worthwhile
sourceraw docstring

(print-progress label index size)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close