Comment by mont_tag

Comment by mont_tag 2 days ago

0 replies

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.