sathishvj / optimizing-go-programs
workshop material on optimizing go programs
β55Updated 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
- Gopium πΊ: Smart Go Structures Optimizer and Managerβ211Updated 8 months ago
- When storing a value in a Go interface allocates memory on the heap.β72Updated 2 years ago
- A collection of best practices and lessons learnt from applying concurrency in go.β100Updated 3 months ago
- Golang lock-free Hashmap and Listβ68Updated 2 years ago
- Hedged HTTP client which helps to reduce tail latency at scale.β122Updated 5 months ago
- Spaceship Go - A journey into the Standard Libraryβ86Updated last year
- Fastest and most efficient goroutine pool (experimental)β137Updated 2 years ago
- Cheat Sheet for Go Slice Tricksβ175Updated 2 years ago
- Go programming language port of liburing.β100Updated last year
- B-tree implementation for Goβ235Updated 2 years ago
- Simple library to add async/await to Go using generics and closures.β44Updated 2 years ago
- Go performance communityβ32Updated 2 years ago
- A distributed fault tolerant scheduler that is horizontally scalable π₯β94Updated 2 months ago
- A repo full of interview question implementations in golang.β104Updated 3 years ago
- Experiments with Go genericsβ96Updated 3 years 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β¦β156Updated last year
- raft is a golang library that provides a simple, clean, and idiomatic implementation of the Raft consensus protocolβ128Updated 6 months ago
- Know when GC runs from inside your golang codeβ188Updated 2 years ago
- DRR scheduler for Go channelsβ32Updated 2 years ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.β216Updated last year
- Static Dependency Analysis Tool for Go Filesβ72Updated 4 years ago
- Transform Go code into it's ASTβ123Updated 5 years ago
- Helper tool for manual Go code optimization.β129Updated 8 months ago
- An Adaptive Radix Tree (ART) implementation in Goβ79Updated last year
- Code for decoding and encoding runtime/trace files as well as useful functionality implemented on top.β85Updated 4 months ago
- gRPC Test Utilities for Golangβ78Updated this week
- Various golang benchmarks I've writtenβ108Updated 6 years ago
- Run Go tests inside a Docker imageβ99Updated 3 weeks ago
- cheap Go type to hold & operate on either a read-only []byte or stringβ108Updated 6 months ago
- JSON benchmarks to compare different Go JSON implementationsβ43Updated last year