Skip to content
Avatar

Organizations

@python @faster-cpython
Block or Report

Block or report markshannon

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

Pinned

  1. How to make CPython faster.

    815 18

  2. 1
    +-------------------------+------------------------------------+------------------------------------+
    2
    | Benchmark               | 2021-12-06_18-23-3.10-2cd268a3a934 | 2021-12-08_22-24-main-2e91dba437fe |
    3
    +=========================+====================================+====================================+
    4
    | deltablue               | 12.5 ms                            | 7.43 ms: 1.69x faster              |
    5
    +-------------------------+------------------------------------+------------------------------------+
  3. The Python programming language

    Python 45.7k 23.8k

1,048 contributions in the last year

Jun Jul Aug Sep Oct Nov Dec Jan Feb Mar Apr May Jun Mon Wed Fri

Contribution activity

June 2022

Created 12 commits in 2 repositories

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

GH-93516: Store offset of first traceable instruction in code object

Avoids having to recompute the offset all the time when tracing.

+54 −53 8 comments
Reviewed 21 pull requests in 2 repositories
python/cpython 20 pull requests
faster-cpython/ideas 1 pull request

Created an issue in python/cpython that received 9 comments

Deepfreeze using 3.10, not bootstrap interpreter.

#93769 shows this error, for the Windows build. py -3.10 "D:\a\cpython\cpython\Tools\scripts\deepfreeze.py Yet, the deepfreeze script states that "…

9 comments

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