felixge / advent-2021
Advent of Go Profiling 2021.
☆18Updated 3 years ago
Alternatives and similar repositories for advent-2021:
Users that are interested in advent-2021 are comparing it to the libraries listed below
- sprof is the next revolution in Go profiling☆80Updated 4 years ago
- A distributed service for monotonically increasing tickets.☆43Updated 5 years ago
- ☆28Updated 3 years ago
- In-process request tracing☆97Updated last year
- Measure the overheads of various observability tools, especially profilers.☆14Updated 3 years ago
- Track incoming and outgoing connections☆33Updated last year
- Benchmark the init cost of Go packages☆76Updated 2 months ago
- Secure your dev servers, insecurely!☆47Updated last year
- High throughput primitives library☆50Updated last year
- Code for decoding and encoding runtime/trace files as well as useful functionality implemented on top.☆89Updated 7 months ago
- Golang package to return the elapsed time since a given time in a human readable format☆35Updated 6 months ago
- Collection of unusual generics usecases in Go☆55Updated 3 years ago
- Off heap golang memory pool☆60Updated 3 years ago
- Efficiently box values in Go. Optimized for primitives, strings, and byte slices.☆70Updated 2 years ago
- Library for monkey-patching functions in Go☆24Updated 3 years ago
- Prints a list of all runtime/metrics and their properties.☆12Updated last year
- Go Vet-style linter to find incorrect uses of reflect.SliceHeader and reflect.StringHeader, and unsafe casts between structs with archite…☆43Updated 2 years ago
- Linter for finding defer statements in Go loops☆32Updated 5 years ago
- Simple and easy wrappers for Go sync/atomic package.☆31Updated last year
- Load file-backed memory☆122Updated 2 years ago
- sketches for the Go 2 Type Parameters proposal☆33Updated last year
- Object file abstractions in Go☆30Updated last year
- Cache that tries to keep data local for the goroutine and reduce synchronization overhead, but keep it is safe for concurrent use.☆45Updated 4 years ago
- Allotment Routing Table☆57Updated 3 years ago
- A simple library that allows a network server to limit how may concurrent connections it supports from each client IP.☆52Updated 2 months ago
- Tough Fuzzer is an obstacle course for go-fuzz composed of a series of small code samples which encapsulate the most common obstacles to …☆18Updated 3 years ago
- Companion repository for GopherCon presentation on "Production Applications Using SQLite & Go"☆23Updated 3 years ago
- A simple prometheus metrics and pprof profile viewer.☆46Updated 2 years ago
- A simple thread-safe and fixed size LRU. Based on the Hashlru Algorithm☆71Updated 2 years ago
- Go package augmenting the standard net package with more basic building blocks for writing network applications.☆31Updated 8 years ago