sathishvj / optimizing-go-programsLinks
workshop material on optimizing go programs
☆60Updated 6 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 collection of best practices and lessons learnt from applying concurrency in go.☆110Updated 10 months ago
- Gopium 🌺: Smart Go Structures Optimizer and Manager☆218Updated last year
- Various golang benchmarks I've written☆110Updated 7 years ago
- A repo full of interview question implementations in golang.☆108Updated 4 years ago
- Cheat Sheet for Go Slice Tricks☆176Updated 3 years ago
- When storing a value in a Go interface allocates memory on the heap.☆72Updated 3 years ago
- Miscellaneous Go hacks☆243Updated 2 months ago
- Fastest and most efficient goroutine pool (experimental)☆140Updated 3 years ago
- Writing High Performant Golang Programs☆175Updated 2 years ago
- Golang lock-free Hashmap and List☆73Updated 3 years ago
- Source code for my Go workshop which includes code samples about handling/throttling go routines and their graceful termination☆23Updated 5 years ago
- Go programming language port of liburing.☆115Updated 2 years ago
- A distributed fault tolerant scheduler that is horizontally scalable 🔥☆95Updated last year
- Spaceship Go - A journey into the Standard Library☆92Updated 2 years ago
- Go concurrency patterns from Rob Pike's 2012 Google I/O talk☆171Updated 7 years ago
- Best-effort CPU-local sharded values for Go☆203Updated 4 years ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆221Updated 2 years ago
- Hedged HTTP client which helps to reduce tail latency at scale.☆133Updated last year
- Generic utility functions for dealing with collections in go☆121Updated 9 months ago
- Go performance community☆31Updated 3 years ago
- ☆24Updated 5 years ago
- Algorithms, 4th Edition, Go version☆188Updated last year
- a golang test framework for asserting expected escape analysis results & heap allocations☆73Updated last year
- DRR scheduler for Go channels☆32Updated 3 years ago
- Helper tool for manual Go code optimization.☆137Updated 10 months ago
- An easy-to-use Map Reduce Go parallel-computing framework inspired by 2021 6.824 lab1. It supports multiple workers threads on a single m…☆225Updated 2 years ago
- Package gostackparse parses goroutines stack traces as produced by panic() or debug.Stack() at ~300 MiB/s.☆126Updated 7 months ago
- Checklist for code reviews☆157Updated 4 years ago
- ☆123Updated 2 years ago
- ⚡️ lock-free utilities in Go☆164Updated last year