Faster CPythonΒΆ
Contents:
- CPython Garbage Collection
- Tracing GC for CPython
- Projects to optimize CPython 3.7
- Projects to optimize CPython 3.6
- Notes on Python and CPython performance, 2017
- FAT Python
- Everything in Python is mutable
- Optimizations
- Python bytecode
- Python C API
- AST Optimizers
- Register-based Virtual Machine for Python
- Read-only Python
- History of Python optimizations
- Misc
- Kill the GIL?
- Implementations of Python
- Benchmarks
- Random notes about PyPy
- Talks
- Links