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
September 2022
Created 4 commits in 1 repository
Created a pull request in python/cpython that received 7 comments
gh-96538: Move some type-checking out of bisect loops
Here's a benchmark program: from pyperf import Runner, perf_counter from itertools import repeat from bisect import bisect from decimal import Decimal
+143
−16
•
7
comments
Opened 3 other pull requests in 1 repository
Reviewed 4 pull requests in 1 repository
Created an issue in python/cpython that received 6 comments
python -m test test_unitttest -R3:3 fails
For the last couple months, it seems buildbots have been failing -m test test_unittest -R3:3, then re-trying the 3 failed test cases and passing on…
6
comments






