Faster CPython at PyCon, part two
Faster CPython at PyCon, part two
Posted May 18, 2023 14:44 UTC (Thu) by kpfleming (subscriber, #23250)In reply to: Faster CPython at PyCon, part two by Trou.fr
Parent article: Faster CPython at PyCon, part two
Posted May 21, 2023 21:06 UTC (Sun)
by anton (subscriber, #25547)
[Link] (2 responses)
Still, as you write, there is interest in improving Python performance, maybe not because there is a product-related need for it, but because it is something that appeals to Python people; so the topic comes up again and again.
Posted May 24, 2023 23:07 UTC (Wed)
by 0xdky (guest, #141261)
[Link] (1 responses)
With the AI/ML wave, there could be uptick in Python based jobs running on public clouds.
Overall, I am very happy to see this improvements and technical content on LWN. Keep it coming!
Posted May 27, 2023 12:21 UTC (Sat)
by Rudd-O (guest, #61155)
[Link]
It's a matter of software quality constraints, mostly; back then, when we did not have mypy, it was comparatively harder to be certain that a Python program was gonna do what the programmer intended it to do after TAP was done TAPping, RAPID was done RAPIDing, and your PAR file was ready for your MPM (lengthy processes prior to deploy).
Modern Python with types (and a disciplined programmer who understands the type system) is almost as good as Go. Rust is still quite superior. Obviously these are only my opinions.
Looking at the Unladen Swallow Retrospective, there was someone who was willing to do the work, and Google did initial funding, but eventually stopped funding it, because apparently nobody at Google uses Python for performance-critical work.
Faster CPython at PyCon, part two
Faster CPython at PyCon, part two
Faster CPython at PyCon, part two