Simon Brooke on Nostr: nprofile1q…k5zd4 Yes, pmap. Very useful function, keep it in your toolbox at all ...
nprofile1qy2hwumn8ghj7un9d3shjtnddaehgu3wwp6kyqpq9hcsfvx2d7nu5d4qz5fmusjrne3n0f0vzg0cet7t4x9ucszasapsgk5zd4 (nprofile…5zd4) Yes, pmap.
Very useful function, keep it in your toolbox at all times.
https://clojuredocs.org/clojure.core/pmap
#Clojure
(It occurred to me that I didn't actually know what happens when you invoke `pmap` on an unbounded sequence, as your `(loop (recur))` implies, so I tried it. It does as one would expect: distributes load over the available processors, fairly evenly.)
Very useful function, keep it in your toolbox at all times.
https://clojuredocs.org/clojure.core/pmap
#Clojure
(It occurred to me that I didn't actually know what happens when you invoke `pmap` on an unbounded sequence, as your `(loop (recur))` implies, so I tried it. It does as one would expect: distributes load over the available processors, fairly evenly.)
