How We Are Making CPython Faster - Past, Present and Future
Offered By: EuroPython Conference via YouTube
Course Description
Overview
Explore the past, present, and future of CPython performance optimization in this 28-minute conference talk from EuroPython 2023. Discover the techniques behind Python 3.11's significant speed improvements over 3.10 and gain insights into upcoming enhancements for versions 3.12 and beyond. Learn about the high-level approach to accelerating CPython through streamlined processes, illustrated with diagrams, simple examples, and basic mathematics. Understand the fundamental principles driving these optimizations without delving into complex computer science terminology. Get a glimpse of estimated performance gains for future CPython releases and the potential speed limits of the Python language.
Syllabus
How we are making CPython faster. Past, present and future — Mark Shannon
Taught by
EuroPython Conference
Related Courses
Porting Python to WebAssemblyCNCF [Cloud Native Computing Foundation] via YouTube How We Are Supercharging F-Strings in Python 3.12
EuroPython Conference via YouTube Tales of Python Security
EuroPython Conference via YouTube Demystifying Python’s Internals - Diving into CPython by Implementing a Pipe Operator
EuroPython Conference via YouTube Memory Problems, Did Collector Forget to Clean the Garbage?
EuroPython Conference via YouTube