Closed vemv closed 1 year ago
pmap isn't exactly the best.
I know this, but I strongly favor avoid dependencies in Orchard. pmap
might not be perfect, but it gets the job done.
I know this, but I strongly favor avoid dependencies in Orchard. pmap might not be perfect, but it gets the job done.
Maybe at some point we can offer our own
orchard.parallel
ns with a handy pmap.After all, Claypool does nothing that cannot be done with a basic understanding of executors.
I like this idea!
Fixes https://github.com/clojure-emacs/orchard/issues/173
Before
After
pmap
isn't exactly the best. I had a nice Claypoole integration in a discarded PR recently. Can be a global improvement after discussion later.Cheers - V