Measuring the Performance of CPython
Offered By: PyCon US via YouTube
Course Description
Overview
Explore the intricacies of measuring CPython's performance in this 50-minute PyCon US talk by Michael Droettboom. Delve into the history of performance measurement in Python and understand the unique challenges of evaluating interpreter performance. Gain insights into CPython's pyperformance benchmark suite, learning what makes a benchmark effective and why defining a "typical Python workload" is complex. Discover the difficulties in accurately measuring time and the solutions implemented through software, hardware, and statistical methods. Examine the continuous benchmarking system based on GitHub Actions. Apply these performance measurement techniques to software development in general, enhancing your ability to evaluate and optimize code efficiency across various projects.
Syllabus
Talks - Michael Droettboom: Measuring the performance of CPython
Taught by
PyCon US
Related Courses
Porting Python to WebAssemblyCNCF [Cloud Native Computing Foundation] via YouTube How We Are Making CPython Faster - Past, Present and Future
EuroPython Conference 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