Hacker News new | ask | show | jobs
by dreish 6093 days ago
Yes, mainly because pmap is an early demo of how one could do parallelism in Clojure. It remains useful for mapping very heavyweight functions across relatively small data sets. It is not a substitute for Fork/Join, which is on the way.