logoalt Hacker News

mont_tagyesterday at 3:32 PM0 repliesview on HN

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.