Skip to content
Avatar
😎
😎
  • The Ohio State University
  • Columbus, Ohio

Organizations

@python
Block or Report

Block or report sweeneyde

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. The Python programming language

    Python 49.6k 25.3k

  2. multimerge Public

    A faster multi-way merge algorithm interchangeable with heapq.merge

    C 20 1

  3. Scripts related to creating knot-theoretical links from elements of Thompson's group

    Python

  4. FEH-Robot Public

    The program used for Team E4 (Zach Boledovic, Mason Cobb, Luke Koury and Dennis Sweeney) in the 2018 FEH Robot competition at The Ohio State University

    C++

  5. 1
    class LazyProductObject:
    2
        # Assume there are n >= 1 iterators, with repeat = r. 
    3
        #   len(pools) == n and len(indices) == len(result) == n*r
    4
        # pools[0:num_incomplete_pools] are lists of items that will still
    5
        # get added to from iterators, while pools[num_incomplete_pools:n]

309 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, sweeneyde/cpython and 7 other repositories

Contribution activity

December 2022

Created 1 commit in 1 repository

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

gh-94155: Reduce hash collisions for code objects

Uses a better hashing algorithm to get better dispersion and remove commutativity. Incorporates co_firstlineno, Py_SIZE(co), and bytecode instruct…

+60 −20 4 comments
Opened 1 other pull request in 1 repository
Reviewed 2 pull requests in 1 repository

Created an issue in python/cpython that received 1 comment

Too many misses in BINARY_SUBSCR_LIST_INT

The expression my_list[-1] gets specialized to BINARY_SUBSCR_LIST_INT every time, then it gets deoptimized every time This leads to 31%ish of BINAR…

1 comment

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