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.

    882 20

  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 49.3k 25.1k

780 contributions in the last year

Dec Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Mon Wed Fri
Activity overview
Contributed to python/cpython, faster-cpython/ideas, markshannon/New-C-API-for-Python and 12 other repositories

Contribution activity

December 2022

Created 1 commit in 1 repository
Reviewed 2 pull requests in 1 repository

Created an issue in faster-cpython/ideas that received 5 comments

Millisecond startup

Currently, on my machine, python3.11 -S -c "" takes about 20ms, and python3.11 -c "" takes about 40ms. This is a long time to do nothing. cat /usr/…

5 comments

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