go-perf / go-perftunerLinks
Helper tool for manual Go code optimization.
☆130Updated 3 months ago
Alternatives and similar repositories for go-perftuner
Users that are interested in go-perftuner are comparing it to the libraries listed below
Sorting:
- Hedged HTTP client which helps to reduce tail latency at scale.☆130Updated 10 months ago
- Convenience wrapper around "go test" + "benchstat".☆22Updated 5 years ago
- Collection of dirty hacks in Go☆67Updated 2 years ago
- A helper tool to work with profile.proto (pprof) files☆60Updated 3 years ago
- View annotated files based on line-spec☆225Updated last year
- 😴 A tiny library for handling system interrupts☆39Updated 4 years ago
- Gotcha 🎯 seamlessly patches go runtime to provide a convenient way to track amount of heap allocated bytes, objects, calls per goroutin…☆39Updated 2 years ago
- CPU-guided performance analyzer for Go☆80Updated 2 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 4 years ago
- xxh3 fast hash function☆105Updated 6 years ago
- A code generation tool for instrumenting Go components.☆135Updated 3 years ago
- A spinlock implementation for Go.☆61Updated 4 years ago
- Go Web Socket☆31Updated 8 years ago
- High-throughput Redis client for Go with implicit pipelining☆246Updated 2 months ago
- Intern Go strings☆95Updated last year
- Gopium 🌺: Smart Go Structures Optimizer and Manager☆215Updated last year
- Faster base64 encoding for Go☆182Updated 2 years ago
- The research project based on the draft design of Go Generics☆34Updated 3 years ago
- 10x faster than crypto/rand. Uses securely allocated memory. Forked from https://gitlab.com/NebulousLabs/fastrand☆164Updated 4 years ago
- Best-effort CPU-local sharded values for Go☆201Updated 3 years ago
- Various golang benchmarks I've written☆110Updated 7 years ago
- 👩⚕️👨⚕️ Mission-critical concurrent health checks synchronization☆31Updated last month
- Zero allocation Nullable structures in one library with handy conversion functions, marshallers and unmarshallers☆87Updated last year
- cheap Go type to hold & operate on either a read-only []byte or string☆108Updated 11 months ago
- A library for graceful restarts in Go.☆94Updated 7 years ago
- Generate flags by parsing structures☆159Updated 2 months ago
- Useful Go String methods☆191Updated 2 years ago
- Additions to Go's database/sql for super fast performance and convenience. (fork of gocraft/dbr)☆181Updated last year
- Cron library for go with distributed lock☆50Updated 3 years ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆218Updated 2 years ago