sathishvj / optimizing-go-programsLinks
workshop material on optimizing go programs
☆58Updated 5 years ago
Alternatives and similar repositories for optimizing-go-programs
Users that are interested in optimizing-go-programs are comparing it to the libraries listed below
Sorting:
- Gopium 🌺: Smart Go Structures Optimizer and Manager☆215Updated last year
- A helper tool to work with profile.proto (pprof) files☆60Updated 3 years ago
- Miscellaneous Go hacks☆239Updated last month
- Various golang benchmarks I've written☆110Updated 7 years ago
- When storing a value in a Go interface allocates memory on the heap.☆72Updated 3 years ago
- View annotated files based on line-spec☆225Updated last year
- Locking wrapper for running benchmarks on shared hosts☆152Updated last year
- Code for decoding and encoding runtime/trace files as well as useful functionality implemented on top.☆90Updated 9 months ago
- Fastest and most efficient goroutine pool (experimental)☆141Updated 2 years ago
- Go programming language port of liburing.☆105Updated last year
- Package gostackparse parses goroutines stack traces as produced by panic() or debug.Stack() at ~300 MiB/s.☆119Updated 3 weeks ago
- Run Go tests inside a Docker image☆99Updated 3 months ago
- Helper tool for manual Go code optimization.☆130Updated 2 months ago
- A collection of best practices and lessons learnt from applying concurrency in go.☆107Updated 2 months ago
- Golang lock-free Hashmap and List☆71Updated 2 years ago
- Script engine, especially good for tests☆151Updated last year
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆218Updated 2 years ago
- Very simple batching API for Go.☆93Updated 3 years ago
- Hedged HTTP client which helps to reduce tail latency at scale.☆130Updated 9 months ago
- Set of Go context's utilities.☆54Updated 4 years ago
- A repo full of interview question implementations in golang.☆107Updated 3 years ago
- Best-effort CPU-local sharded values for Go☆201Updated 3 years ago
- Know when GC runs from inside your golang code☆188Updated 2 years ago
- a golang test framework for asserting expected escape analysis results & heap allocations☆70Updated 5 months ago
- SlowJam: latency profiler for Go programs☆250Updated 2 months ago
- Checklist for code reviews☆157Updated 4 years ago
- Deep copy generator☆157Updated 7 months ago
- Go performance community☆32Updated 3 years ago
- A buffer pool file I/O library for Go☆55Updated 3 years ago
- Code used in the "Go Profiling and Optimization" talk☆82Updated 7 years ago