Liking cljdoc? Tell your friends :D

parallel.xf


identityclj

Identity transducer. When multiple inputs are present, it wraps them in a list similarly to what (map list) transducer would produce.

Identity transducer. When multiple inputs are present,
it wraps them in a list similarly to what (map list) transducer
would produce.
sourceraw docstring

interleaveclj

(interleave coll)

Transducer version of core/interleave.

Transducer version of core/interleave.
sourceraw docstring

pmapclj

(pmap f)

Like map transducer, but items are processed in chunk of up to 32 items in parallel. Only effective with computational intensive f. Unlike normal map/pmap, it does not accept multiple inputs.

Like map transducer, but items are processed in chunk of up to 32 items
in parallel. Only effective with computational intensive f. Unlike normal
map/pmap, it does not accept multiple inputs.
sourceraw docstring

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

× close