Skip to content
Avatar
🔥
Making @python faster!
🔥
Making @python faster!

Organizations

@python @microsoft @InvestmentSystems @faster-cpython @MicrosoftCopilot
Block or Report

Block or report brandtbucher

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
brandtbucher/README.md

I'm a computer-engineer-turned-software-engineer, heavily involved in CPython development.

2019

Python Enhancement Proposals

2020

Dynamic Languages Symposium 2020

Python Enhancement Proposals

2021

PyCharm by JetBrains

PyCon JP 2021

Python 3.10 Release Stream

2022

Microsoft Python DevBlog

PyCon US 2022

Python 3.11 Release

Talk Python To Me

Popular repositories

  1. Visualize CPython 3.11's specializing, adaptive interpreter. 🔥

    Python 396 10

  2. hax Public

    Write compiled bytecode inline with pure Python. 🤖

    Python 46 1

  3. pycapi Public

    Over 600 fast Python bindings to the CPython C API. 🤯

    C 37

  4. cpython Public

    Forked from python/cpython

    The Python programming language

    Python 9

  5. automap Public

    High-performance autoincremented integer-valued mappings. 🗺️

    C 9 4

  6. these Public

    The Markov Zenerator. 🧘🏻‍♂️

    Python 5

436 contributions in the last year

Oct Nov Dec Jan Feb Mar Apr May Jun Jul Aug Sep Oct Mon Wed Fri
Activity overview
Contributed to python/cpython, brandtbucher/specialist, faster-cpython/ideas and 25 other repositories

Contribution activity

October 2022

Created a pull request in python/cpython that received 4 comments

GH-96421: Introduce cleanup contexts for inlined frames

This is intended as an alternative to #96319. I personally find that this is a bit simpler, more scalable, and easier to reason about. Rather than …

+162 −57 4 comments

Created an issue in python/cpython that received 7 comments

Bytecode compile times are O(nlocals**2)

@JelleZijlstra discovered something interesting yesterday: bytecode compile times on main are currently quadratic in the number of local variables (3…

7 comments
3 contributions in private repositories Oct 19

Seeing something unexpected? Take a look at the GitHub profile guide.