Skip to content

Fidget-Spinner/cpython_optimization_notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CPython Optimization Notes

Introduction

CPython is the reference implementation of the Python programming language.

In this document, I’ll summarise major speedups to the core parts of CPython in the following versions:

  • 3.11

To get the most out of this, you should have knowledge of Python (especially in data model/dunder methods). Being able to read C is also a plus though not strictly necessary. Some knowledge of common data structures (hash tables, linkedlist, etc.) is also beneficial.

If you’re interested in the internals of CPython, and/or want to contribute, I believe this document has some educational value for you. If you find any parts hard to understand due to poor wording or plain inaccuracies, please open a PR!

Dive in by reading the index for 3.11.

Related Reading

I only list resources I’ve read before. I’m in no way affiliated with any of these works (except the devguide 😉):

Releases

No releases published

Packages

No packages published