Skip to content
Avatar

Achievements

Achievements

Highlights

  • 1 discussion answered
Block or Report

Block or report rsc

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 Go programming language

    Go 94.2k 14k

  2. Fast, indexed regexp search over large file trees

    Go 2.9k 320

  3. Plan 9 from User Space

    C 1.2k 259

  4. 9fans/go Public

    Packages and commands for using Plan 9 from Go

    Go 252 76

  5. 2fa Public

    Two-factor authentication on the command line

    Go 1.4k 107

844 contributions in the last year

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

Contribution activity

January 2022

Created a pull request in robpike/ivy that received 8 comments

ivy: use parallel execution when possible

At least for built-in functions, element-wise or row-wise operations can safely run each element/row in parallel. This lets Ivy use all of a comput…

+255 −157 8 comments
Opened 2 other pull requests in 2 repositories
Reviewed 1 pull request in 1 repository
robpike/ivy 1 pull request

Created an issue in robpike/ivy that received 2 comments

vector-indexed indexing and assignment don't generalize

Consider: % ivy x = 3 4 rho iota 9 x[2][2 3] 6 7 This works fine today. But now consider x[2 3] 5 6 7 8 9 1 2 3 x[2 3][1 4] index 4 out of range (…

2 comments
Opened 2 other issues in 1 repository

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