The Wayback Machine - https://web.archive.org/web/20210730080132/https://github.com/josharian
Skip to content
Avatar

Achievements

Achievements

Organizations

@card-io
Block or Report

Block or report josharian

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. impl generates method stubs for implementing an interface.

    Go 732 68

  2. pct is a 'sort | uniq -c' replacement that also prints percentages

    Go 26 4

  3. The Go programming language

    Go 88.2k 13k

  4. Randomized testing for Go

    Go 4.1k 236

  5. Slides and code for Go performance tutorial given at 2015 OSCON

    Go 20 2

  6. Starlark in Go: the Starlark configuration language, implemented in Go

    Go 1.3k 119

1,271 contributions in the last year

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

Contribution activity

July 2021

Created 1 repository

Created a pull request in tailscale/tailscale that received 10 comments

optimize throughput a bit

net/tstun: buffer outbound channel net/tstun: eliminate per-packet time.Now calls

+54 −13 10 comments
Reviewed 33 pull requests in 4 repositories
tailscale/tailscale 23 pull requests
tailscale/sqlite 6 pull requests
inetaf/netaddr 3 pull requests
go4org/mem 1 pull request

Created an issue in golang/go that received 9 comments

runtime: spurious cycles in time.Now pprof output (vdsoPC and vdsoSP not WAI?)

On linux: go test -bench=kNow$ -run=NONE -count=3 -cpuprofile=c.p time go tool pprof -pdf -lines c.p > o.pdf Result: o.pdf Observe the cycles in th…

9 comments