Hacker News new | ask | show | jobs
by mont_tag 224 days ago
Do you want to take advantage of having multiple cores?

* Processes do this right out of the box. * Threads only do this on Python's new GIL builds. * Async, not so much.