go-perf / go-perftuner
Helper tool for manual Go code optimization.
☆130Updated 2 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:
- A helper tool to work with profile.proto (pprof) files☆60Updated 3 years ago
- Hedged HTTP client which helps to reduce tail latency at scale.☆130Updated 9 months ago
- Collection of dirty hacks in Go☆67Updated 2 years ago
- CPU-guided performance analyzer for Go☆77Updated 2 years ago
- Gopium 🌺: Smart Go Structures Optimizer and Manager☆214Updated last year
- Intern Go strings☆95Updated last year
- View annotated files based on line-spec☆226Updated last year
- Convenience wrapper around "go test" + "benchstat".☆22Updated 5 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
- 😴 A tiny library for handling system interrupts☆39Updated 3 years ago
- Accompanying code for Gophercon Russia 2019 talk about Bitmap Indexes☆54Updated 6 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
- Various golang benchmarks I've written☆110Updated 7 years ago
- Generate flags by parsing structures☆159Updated last month
- Know when GC runs from inside your golang code☆188Updated 2 years ago
- Storing strings without GC overhead☆83Updated 5 years ago
- A code generation tool for instrumenting Go components.☆136Updated 3 years ago
- 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 10 months ago
- Best-effort CPU-local sharded values for Go☆201Updated 3 years ago
- xxh3 fast hash function☆105Updated 6 years ago
- fast int64-int64 map for go☆96Updated 2 years ago
- 🚧 Flexible mechanism to make execution flow interruptible.☆100Updated 3 years ago
- A spinlock implementation for Go.☆61Updated 4 years ago
- The research project based on the draft design of Go Generics☆34Updated 3 years ago
- Go Web Socket☆31Updated 8 years ago
- Faster base64 encoding for Go☆182Updated 2 years ago
- Code for decoding and encoding runtime/trace files as well as useful functionality implemented on top.☆90Updated 8 months ago
- Transform Go code into it's AST☆123Updated 5 years ago
- Golang (as of 1.12.5) runtime internals that gives you an access to internal scheduling primitives. Park Gs, read IDs. (for learning purp…☆69Updated 5 years ago