go-perf / go-perftuner
Helper tool for manual Go code optimization.
☆130Updated 9 months ago
Alternatives and similar repositories for go-perftuner:
Users that are interested in go-perftuner are comparing it to the libraries listed below
- 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
- Hedged HTTP client which helps to reduce tail latency at scale.☆123Updated 6 months ago
- A helper tool to work with profile.proto (pprof) files☆60Updated 2 years ago
- Convenience wrapper around "go test" + "benchstat".☆22Updated 5 years ago
- Collection of dirty hacks in Go☆67Updated last year
- 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
- Fast Concurrent / Parallel Sorting in Go☆134Updated 9 months ago
- View annotated files based on line-spec☆227Updated last year
- xxh3 fast hash function☆104Updated 5 years ago
- Best-effort CPU-local sharded values for Go☆199Updated 3 years ago
- Intern Go strings☆94Updated last year
- 🚧 Flexible mechanism to make execution flow interruptible.☆102Updated 3 years ago
- A library for graceful restarts in Go.☆94Updated 7 years ago
- Accompanying code for Gophercon Russia 2019 talk about Bitmap Indexes☆54Updated 5 years ago
- Gopium 🌺: Smart Go Structures Optimizer and Manager☆212Updated 10 months ago
- A spinlock implementation for Go.☆61Updated 4 years ago
- A code generation tool for instrumenting Go components.☆136Updated 2 years ago
- A memory allocator for Go.☆81Updated 4 years ago
- Better sync package for Go.☆22Updated 11 months ago
- 🚦 Semaphore pattern implementation with timeout of lock/unlock operations.☆103Updated 4 years ago
- A collection of concurrent ring buffers☆133Updated 6 years ago
- CPU-guided performance analyzer for Go☆75Updated 2 years ago
- Package bad idea contains no good ideas☆29Updated 5 years ago
- Go package pointer provides helpers to get pointers to values of built-in types.☆218Updated 2 years ago
- Know when GC runs from inside your golang code☆188Updated 2 years ago
- 👩⚕️👨⚕️ Mission-critical concurrent health checks synchronization☆31Updated 2 years ago
- Storing strings without GC overhead☆82Updated 5 years ago
- Zero allocation Nullable structures in one library with handy conversion functions, marshallers and unmarshallers☆85Updated last year
- A goroutine limiter for Go☆79Updated 2 years ago