Math PhD Student, CPython Core Developer. (he/him)
-
The Ohio State University
- Columbus, Ohio
Block or Report
Block or report sweeneyde
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
-
thompson_knots Public
Scripts related to creating knot-theoretical links from elements of Thompson's group
Python
-
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++
-
1
class LazyProductObject:
2# Assume there are n >= 1 iterators, with repeat = r.3# len(pools) == n and len(indices) == len(result) == n*r4# pools[0:num_incomplete_pools] are lists of items that will still5# get added to from iterators, while pools[num_incomplete_pools:n]
309 contributions in the last year
Less
More
Activity overview
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
python/cpython
1
merged
Reviewed 2 pull requests in 1 repository
python/cpython
2 pull requests
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






