Hacker News new | ask | show | jobs
by davvid 5183 days ago
Unfortunately, the first item is still valid. "Speed" is and continues to be a concern.

If python did multithreading then speed could be overlooked as processors grow more and more cores. The GIL prevents python programs from using the full potential of modern hardware, though.