Comment on Making a Python interpreter in 1024 bytesparentComments−FridgeSeal5dIt’s Python, you’ve already sacrificed performance, what a little bit more?−eru5dThat's the spirit!(Slightly less silly: the folks at https://github.com/faster-cpython are doing great work, too.)−tempay5dAre they still? I thought this project was no longer really active.−eru4dI'm not actually sure about this specific project, but people are still hard at work making CPython faster. Many of them the same people as where in this project.
Comments
It’s Python, you’ve already sacrificed performance, what a little bit more?
That's the spirit!
(Slightly less silly: the folks at https://github.com/faster-cpython are doing great work, too.)
Are they still? I thought this project was no longer really active.
I'm not actually sure about this specific project, but people are still hard at work making CPython faster. Many of them the same people as where in this project.