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.

    888 21

  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.6k 25.3k

788 contributions in the last year

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

Contribution activity

December 2022

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

Better stats for LOAD_ATTR and STORE_ATTR

This PR provides better stats for LOAD_ATTR and STORE_ATTR, differentiating several class attributes. There is a slight change to specializing beha…

+36 −13 3 comments

Created an issue in faster-cpython/ideas that received 9 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/…

9 comments
1 contribution in private repositories Dec 21

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