Hacker News new | ask | show | jobs
by jiaaro 2338 days ago
A program that uses subprocess would not have the single core constraint
1 comments

No, but very often those programs are slower overall because of the pickling cost. Multiprocessing isn’t a magic bullet / there’s a reason threads exist.