Making CPython faster
Making CPython faster
Posted Jun 4, 2021 7:15 UTC (Fri) by LtWorf (subscriber, #124958)In reply to: Making CPython faster by Paf
Parent article: Making CPython faster
Posted Jun 4, 2021 17:24 UTC (Fri)
by NYKevin (subscriber, #129325)
[Link]
Even if Python dropped the GIL tomorrow, those libraries would continue to be used. Native code is so much faster than interpreted code that it's not worth even trying to make Python fast enough to compete with them.
Making CPython faster
