bangpypers / meetup-talks

Creative Commons Zero v1.0 Universal
6 stars 2 forks source link

Talk - Python Interpreter Speed-Ups and Optimization #27

Closed pythonhacker closed 4 months ago

pythonhacker commented 4 months ago

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,

  1. Quickening with Adaptive Instructions
  2. Specialized Instructions
  3. Leaner code frames
  4. 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

  1. Quickening with Adaptive Instructions
  2. Specialized Instructions
  3. Leaner code frames
  4. Inlined function calls
  5. 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

anistark commented 4 months ago

Please find details of the event on meetup.

pythonhacker commented 4 months ago

This could go upto 45 minutes. I updated the duration @anistark

anistark commented 4 months ago

Thanks. Updated.

pythonhacker commented 4 months ago

The talk slides and content is available here if anyone is interested - https://github.com/pythonhacker/talks/tree/master/bangpypers/march-2024