Hacker News new | ask | show | jobs
by tcfhgj 27 days ago
1) afaik accumulate cannot be parallelized

2) the map part is included in the accumulate lambda, so the map part cannot be parallelized either -> you'd have to split it out into a transform step (iirc)