Hacker News new | ask | show | jobs
by pjscott 4657 days ago
Not everything parallelizes nicely. Given enough processors, serial computation eventually becomes the bottleneck:

http://en.wikipedia.org/wiki/Amdahl's_law

1 comments

Many machine learning methods parallelize extremely nicely.