Skip to content

Latest commit

 

History

History
47 lines (41 loc) · 1.5 KB

README.md

File metadata and controls

47 lines (41 loc) · 1.5 KB

Index and TODO:

Faster CPython:

Python startup optimizations:

  • Frozen startup imports

Faster Python function calls

PEP 659 Specializing Adaptive Interpreter

Misc.