sathishvj / optimizing-go-programs
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:
- A repo full of interview question implementations in golang.☆107Updated 3 years ago
- When storing a value in a Go interface allocates memory on the heap.☆72Updated 3 years ago
- Gopium 🌺: Smart Go Structures Optimizer and Manager☆214Updated last year
- A collection of best practices and lessons learnt from applying concurrency in go.☆104Updated last month
- gRPC bidirectional streaming example written in golang☆118Updated 10 months ago
- Fastest and most efficient goroutine pool (experimental)☆140Updated 2 years ago
- DRR scheduler for Go channels☆32Updated 2 years ago
- a golang test framework for asserting expected escape analysis results & heap allocations☆70Updated 4 months ago
- Helper tool for manual Go code optimization.☆130Updated last month
- Miscellaneous Go hacks☆239Updated last month
- A better Generic Pool (sync.Pool)☆64Updated last month
- Various golang benchmarks I've written☆110Updated 7 years ago
- Learn what sync.Cond is☆25Updated 3 years ago
- Best-effort CPU-local sharded values for Go☆200Updated 3 years ago
- Go programming language port of liburing.☆105Updated last year
- Go performance community☆32Updated 3 years ago
- Run Go tests inside a Docker image☆99Updated 3 months ago
- Set of Go context's utilities.☆54Updated 4 years ago
- Code for decoding and encoding runtime/trace files as well as useful functionality implemented on top.☆90Updated 8 months ago
- cheap Go type to hold & operate on either a read-only []byte or string☆108Updated 10 months ago
- ☆33Updated 2 years ago
- Package bad idea contains no good ideas☆29Updated 5 years ago
- Hedged HTTP client which helps to reduce tail latency at scale.☆129Updated 9 months ago
- Cheat Sheet for Go Slice Tricks☆175Updated 2 years ago
- Open version of common golang libraries useful to many projects.☆76Updated last year
- Consistent hashing hashring implementation.☆34Updated last year
- A linter to ensure that slices are not initialized with non-zero length☆75Updated 3 months ago
- Single producer and multi-reader lockless ring buffer in go using generics from the go 1.18.x release. It is significantly faster than ch…☆161Updated last year
- A helper tool to work with profile.proto (pprof) files☆60Updated 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