go-perf / go-perftuner
Helper tool for manual Go code optimization.
☆130Updated last month
Alternatives and similar repositories for go-perftuner:
Users that are interested in go-perftuner are comparing it to the libraries listed below
- A helper tool to work with profile.proto (pprof) files☆60Updated 2 years ago
- Accompanying code for Gophercon Russia 2019 talk about Bitmap Indexes☆54Updated 6 years ago
- Collection of dirty hacks in Go☆67Updated 2 years ago
- CPU-guided performance analyzer for Go☆76Updated 2 years ago
- Convenience wrapper around "go test" + "benchstat".☆22Updated 5 years ago
- Gopium 🌺: Smart Go Structures Optimizer and Manager☆213Updated last year
- A memory allocator for Go.☆82Updated 5 years ago
- View annotated files based on line-spec☆227Updated last year
- Hedged HTTP client which helps to reduce tail latency at scale.☆129Updated 8 months ago
- 😴 A tiny library for handling system interrupts☆39Updated 3 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
- Intern Go strings☆94Updated last year
- xxh3 fast hash function☆105Updated 6 years ago
- Additions to Go's database/sql for super fast performance and convenience. (fork of gocraft/dbr)☆180Updated 11 months ago
- Load file-backed memory☆122Updated 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
- ☆33Updated 2 years ago
- Faster base64 encoding for Go☆182Updated 2 years ago
- 🚧 Flexible mechanism to make execution flow interruptible.☆101Updated 3 years ago
- Zero allocation Nullable structures in one library with handy conversion functions, marshallers and unmarshallers☆86Updated last year
- Best-effort CPU-local sharded values for Go☆199Updated 3 years ago
- Concurrent Buffered IO in Go #golang☆246Updated 3 years ago
- A code generation tool for instrumenting Go components.☆136Updated 3 years ago
- Code for decoding and encoding runtime/trace files as well as useful functionality implemented on top.☆90Updated 8 months ago
- The research project based on the draft design of Go Generics☆34Updated 3 years ago
- A library for graceful restarts in Go.☆94Updated 7 years ago
- High-throughput Redis client for Go with implicit pipelining☆246Updated 3 weeks ago
- Transform Go code into it's AST☆123Updated 5 years ago
- Run Go tests inside a Docker image☆99Updated 2 months ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆218Updated 2 years ago