code-review-checklists / go-concurrencyLinks
Checklist for code reviews
☆158Updated 4 years ago
Alternatives and similar repositories for go-concurrency
Users that are interested in go-concurrency are comparing it to the libraries listed below
Sorting:
- B-tree implementation for Go☆239Updated 3 years ago
- When storing a value in a Go interface allocates memory on the heap.☆72Updated 3 years ago
- Algorithms, 4th Edition, Go version☆187Updated 8 months ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆219Updated 2 years ago
- Helper tool for manual Go code optimization.☆132Updated 5 months ago
- Real-time visualization tool for Go process metrics☆476Updated 3 years ago
- https://the-zen-of-go.netlify.com☆248Updated 5 years 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 last year
- Gopium 🌺: Smart Go Structures Optimizer and Manager☆214Updated last year
- Hedged HTTP client which helps to reduce tail latency at scale.☆133Updated last year
- Slides and Links for 2022 GopherCon talks☆84Updated 2 years ago
- A curated list of Awesome Go performance libraries and tools☆405Updated last year
- Tool to visualize the graph of embedded structs in Go projects☆230Updated last year
- Gohalt 👮♀🛑: Fast; Simple; Powerful; Go Throttler library☆352Updated last year
- A concurrent rate limiter library for Golang based on Sliding-Window rate limiter algorithm.☆245Updated 2 years ago
- Best-effort CPU-local sharded values for Go☆202Updated 4 years ago
- Experiments with Go generics☆100Updated 3 years ago
- Consistent hashing hashring implementation.☆35Updated last year
- Zero-allocation type-safe pool for Go☆237Updated 2 years ago
- Interceptors for database/sql☆508Updated 2 years ago
- Maths includes mathematical functions not defined in the standard Go math package.☆174Updated 2 years ago
- A quick tour (or reminder) of Go performance tools☆271Updated 3 years ago
- Cheat Sheet for Go Slice Tricks☆175Updated 2 years ago
- A test-friendly replacement for golang's time package [managed by soy-programador]☆71Updated 5 years ago
- ⚡️ lock-free utilities in Go☆161Updated last year
- Package gostackparse parses goroutines stack traces as produced by panic() or debug.Stack() at ~300 MiB/s.☆121Updated 3 months ago
- A communication toolkit for Go services.☆93Updated 2 years ago
- Useful Go String methods☆191Updated 2 years ago
- Simple building blocks for protobuf marshaling and unmarshaling☆200Updated last year
- 🕋 Mocking Redis in unit tests in Go.☆148Updated 2 months ago