Pinned Repositories
arena-performance
Go stdlib arenas: benchmarking and possibly improving arena performance (Go proposal #51317)
fzgen
Auto-gen Go fuzzing wrappers from normal code. Finds buggy call sequences, including data races & deadlocks. Supports rich signature types.
fzgo
fzgo is a prototype of "make fuzzing a first class citizen" in the go command. Supports rich signatures & generating fuzz functions.
go-module-knobs
list of primary Go module knobs for controlling CI, vendoring, and when go commands access the network
gomoderate
Automated Bluesky moderation for a more pleasant experience — includes bulk muting of unpleasant accounts blocked by accounts you trust
gomodvet
gomodvet is a simple prototype of a tool to check for potential module issues.
heapbench
Simple Go benchmarking utility for examining GC performance. Generates configurable amounts of heap, including leaks.
patience-diff
Copy of a fast & memory efficient diff implementation from a Go stdlib internal package — patience diff by Russ Cox
swisstable
A Go Swisstable that does incremental growth without invalidating iterators
thepudds's Repositories
thepudds/fzgo
fzgo is a prototype of "make fuzzing a first class citizen" in the go command. Supports rich signatures & generating fuzz functions.
thepudds/fzgen
Auto-gen Go fuzzing wrappers from normal code. Finds buggy call sequences, including data races & deadlocks. Supports rich signature types.
thepudds/gomoderate
Automated Bluesky moderation for a more pleasant experience — includes bulk muting of unpleasant accounts blocked by accounts you trust
thepudds/gomodvet
gomodvet is a simple prototype of a tool to check for potential module issues.
thepudds/swisstable
A Go Swisstable that does incremental growth without invalidating iterators
thepudds/patience-diff
Copy of a fast & memory efficient diff implementation from a Go stdlib internal package — patience diff by Russ Cox
thepudds/arena-performance
Go stdlib arenas: benchmarking and possibly improving arena performance (Go proposal #51317)
thepudds/heapbench
Simple Go benchmarking utility for examining GC performance. Generates configurable amounts of heap, including leaks.
thepudds/atproto-ecosystem
list of projects and implementations in the AT protocol ecosystem
thepudds/bluesky-aux
Some re-usable auxiliary packages to make it slightly easier to work with Bluesky and the AT Protocol in Go
thepudds/bud
The Full-Stack Web Framework for Go
thepudds/cockroachdb-swiss
Go port of Google's Swiss Table hash table
thepudds/go
The Go programming language
thepudds/go-build
[mirror] Go's continuous build and release infrastructure (no stability promises)
thepudds/go-debug
[mirror] golang debugging tools
thepudds/go-fuzz
Randomized testing for Go
thepudds/go-internal
Selected Go-internal packages factored out from the standard library
thepudds/go-perfevent
A Go API for perf_event_open
thepudds/go-trace-internal
Internal trace package from the Go project, slightly modified.
thepudds/go-website
[mirror] Home of the go.dev and golang.org websites
thepudds/go118-netip
thepudds/go119
clone of Go primary repo (go.googlesource.com/go)
thepudds/indigo
Go source code for Bluesky's atproto services. NOT STABLE (yet)
thepudds/nilaway
Static Analysis tool to detect potential Nil panics in Go code
thepudds/oss-fuzz
OSS-Fuzz - continuous fuzzing of open source software.
thepudds/proposal
Go Project Design Documents
thepudds/test-go-mod-50687
thepudds/test-go-mod-52296-a
Test repo showing exclude behavior for Example A from proposal #52296 ("limit version resolution to packages that are consumed")
thepudds/try
Simplified error handling in Go
thepudds/xtools
[mirror] Go Tools