Description
Title of the talk
Python Interpreter Speed-Ups and Optimization
Description
Approaches to speeding up Python code inside the interpreter and In this talk we look at examples of this and cover some techniques such as,
- Quickening with Adaptive Instructions
- Specialized Instructions
- Leaner code frames
- Inlined function calls
These changes are there in the language from Python 3.11 onwards. The talk will cover mostly the changes that were introduced from Python 3.10 -> Python 3.11.
Ref: https://docs.python.org/3.11/whatsnew/3.11.html#faster-cpython
What format do you have in mind for your talk?
Talk
Table of contents
- Quickening with Adaptive Instructions
- Specialized Instructions
- Leaner code frames
- Inlined function calls
- Code examples
What domain would you say your talk falls under?
Core Python
Duration in minutes (including Q&A)
45
Prerequisites
No response
Speaker bio
https://twitter.com/skeptichacker
https://fossunited.org/blog/interview/anand-pillai
The talk/workshop speaker agrees to
-
Share the slides, code snippets and other material used during the talk
-
If the talk is recorded, you grant the permission to release
the video on BangPyper's YouTube
channel
under CC-BY-4.0
license -
Not do any hiring pitches during the talk and follow the Code
of
Conduct