Hacker News new | ask | show | jobs
by riku_iki 962 days ago
> My favorite is that sequential streams can be efficiently parallelized with a single operation, .parallel()

I would never use it because I can't reason what is going under the hood, and if performance will improve or dramatically decrease because all parallel machinery has significant overhead compared to vectorized single thread logic.