Skip to content

Talk - Python Interpreter Speed-Ups and Optimization #27

Closed
@pythonhacker

Description

@pythonhacker

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    acceptedProposal Acceptedtalk-proposalNew Talk for Bangpypers Meetup

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions