felixge / advent-2021Links
Advent of Go Profiling 2021.
☆18Updated 4 years ago
Alternatives and similar repositories for advent-2021
Users that are interested in advent-2021 are comparing it to the libraries listed below
Sorting:
- Code for decoding and encoding runtime/trace files as well as useful functionality implemented on top.☆91Updated 2 months ago
- Merge multiple pprof profile files into a single file☆124Updated 2 years ago
- sprof is the next revolution in Go profiling☆79Updated 4 years ago
- When storing a value in a Go interface allocates memory on the heap.☆72Updated 3 years ago
- ☆27Updated 3 years ago
- total-memory-cache etcd v3 client☆138Updated 3 years ago
- In-process request tracing☆103Updated 5 months ago
- go.mod git archiver☆87Updated 2 years ago
- Benchmark the init cost of Go packages☆83Updated 4 months ago
- Golang package to return the elapsed time since a given time in a human readable format☆35Updated last year
- Various implementations of a go-routine safe counter☆31Updated 4 years ago
- Load file-backed memory☆122Updated 3 years ago
- Miscellaneous Go hacks☆243Updated 2 months ago
- A HTTP mole service☆132Updated 3 months ago
- ☆148Updated last year
- A corpus of popular Go modules☆108Updated last year
- Support for Unix domain sockets in Go HTTP clients☆84Updated 4 months ago
- a #golang Snake game in webassembly running at http://snake.126.49.198.in-addr.arpa/☆95Updated 4 years ago
- Go proxy that serves from S3☆108Updated 3 years ago
- A Go io/fs filesystem implementation for reading files in Github gists.☆124Updated 4 years ago
- Measure the overheads of various observability tools, especially profilers.☆14Updated 4 years ago
- A simple thread-safe and fixed size LRU. Based on the Hashlru Algorithm☆71Updated 2 years ago
- Consistent hashing hashring implementation.☆36Updated 2 years ago
- Secure your dev servers, insecurely!☆48Updated last year
- Package gostackparse parses goroutines stack traces as produced by panic() or debug.Stack() at ~300 MiB/s.☆123Updated 7 months ago
- Script engine, especially good for tests☆162Updated last year
- a golang test framework for asserting expected escape analysis results & heap allocations☆73Updated last year
- Go Vet-style linter to find incorrect uses of reflect.SliceHeader and reflect.StringHeader, and unsafe casts between structs with archite…☆43Updated 3 years ago
- Very simple batching API for Go.☆95Updated 4 years ago
- Cache that tries to keep data local for the goroutine and reduce synchronization overhead, but keep it is safe for concurrent use.☆45Updated 5 years ago