tidwall / hashmap
A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.
☆215Updated last year
Related projects ⓘ
Alternatives and complementary repositories for hashmap
- Fast, high quality alternative to math/rand and golang.org/x/exp/rand☆236Updated 2 weeks ago
- Zero-allocation type-safe pool for Go☆223Updated last year
- Fastest and most efficient goroutine pool (experimental)☆136Updated 2 years ago
- Best-effort CPU-local sharded values for Go☆197Updated 3 years ago
- High resolution timing and benchmarking for Go☆256Updated 4 years ago
- ☆111Updated last year
- Load file-backed memory☆121Updated 2 years ago
- ⚡️ lock-free utilities in Go☆151Updated 6 months ago
- A simple and efficient thread-safe sharded hashmap for Go☆225Updated 5 years ago
- Connection pool for Go's net.Conn interface☆128Updated 2 years ago
- A highly optimized double-ended queue☆185Updated last year
- Go port of Google's Swiss Table hash table☆323Updated 4 months ago
- When storing a value in a Go interface allocates memory on the heap.☆71Updated 2 years ago
- B-tree implementation for Go☆233Updated 2 years ago
- ⏪️ Go package providing multiple queue implementations. Developed in a thread-safe generic way.☆274Updated 4 months ago
- Synchronization and asynchronous computation package for Go☆225Updated 2 months ago
- ☆169Updated this week
- Convert Go values to their AST☆308Updated 3 months ago
- Generic resource pool for Go☆305Updated 2 months ago
- A minimal and efficient workerpool implementation in Go using goroutines.☆123Updated 3 years ago
- Fast, fully fledged murmur3 in Go.☆306Updated last year
- Gopium 🌺: Smart Go Structures Optimizer and Manager☆210Updated 7 months ago
- XXH3 algorithm in Go☆410Updated last year
- Simplified error handling in Go☆167Updated last year
- Faster base64 encoding for Go☆180Updated last year
- Go package porting the standard hashing algorithms to a more efficient implementation.☆286Updated 4 months ago
- Simple string pattern matcher for Go☆125Updated 7 months ago
- Parse json with comments and trailing commas.☆87Updated 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…☆157Updated last year
- errgroup with goroutine worker limits☆162Updated last year