Hacker News new | ask | show | jobs
by KptMarchewa 962 days ago
In practice, such frivolous parallelism is frowned upon and rarely useful.
2 comments

+1 almost all uses of parallel streams I’ve seen in Java caused issues in reliability or performance.

Not because of any reason other than the people using it choose to use the feature before learning about the feature.

One of the most important comments in this thread.