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

Achievements

Achievements

Highlights

  • Pro

Organizations

@djabberd @camlistore @tailscale
Block or Report

Block or report bradfitz

Report abuse

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

Report abuse

Pinned

  1. The Go programming language

    Go 89.8k 13.2k

  2. Perkeep (née Camlistore) is your personal storage system for life: a way of storing, syncing, sharing, modelling and backing up content.

    Go 5.6k 417

  3. http2 Public archive

    old repo for HTTP/2 support for Go (see README for new home)

    Go 1.7k 140

  4. (old repo) Tool to fix (add, remove) your Go imports automatically.

    Go 990 76

  5. memcached development tree

    C 11.2k 3k

  6. latlong Public

    The latlong package maps from a latitude and longitude to a timezone.

    Go 343 37

4,576 contributions in the last year

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

Contribution activity

September 2021

Created 37 commits in 2 repositories

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

metrics: optimize CurrentFDs to not allocate on Linux

It was 50% of our allocs on one of our servers. (!!) Updates #2784

+126 −10 24 comments

Created an issue in golang/go that received 8 comments

x/sys/unix: add ParseDirent variant that doesn't allocate?

I recently wrote a function: func CurrentOpenFDs() int { .... } ... to return how many file descriptors are open by the process. For Linux, the nai…

8 comments
111 contributions in private repositories Sep 1 – Sep 13