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

Achievements

Achievements

Organizations

@python @cpcosu
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 44.1k 22.8k

  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]

265 contributions in the last year

Apr May Jun Jul Aug Sep Oct Nov Dec Jan Feb Mar Apr Mon Wed Fri

Contribution activity

April 2022

Created 10 commits in 1 repository

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

Created an issue in python/cpython that received 7 comments

Replace JUMP+FOR_ITER with FOR_END

We can execute one less opcode in every iteration (except for the first) of every for-loop by changing from GET_ITER top: FOR_ITER [body] JUMP_BAC…

7 comments
Opened 4 other issues in 2 repositories
Started 1 discussion in 1 repository
faster-cpython/ideas

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