Liking cljdoc? Tell your friends :D
Clojure only.

parallel.xf


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