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 47.4k 24.1k

  2. multimerge Public

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

    C 19 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

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

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

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
Opened 2 other issues in 1 repository

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