Hacker News new | ask | show | jobs
by fovc 3653 days ago
map() can only be parallelized if the function has no side effects. If there are no side effects, list comprehensions can be parallelized just as well