tidwall / hashmap
A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.
☆216Updated last year
Alternatives and similar repositories for hashmap:
Users that are interested in hashmap are comparing it to the libraries listed below
- ⚡️ lock-free utilities in Go☆151Updated 7 months ago
- Fast, high quality alternative to math/rand and golang.org/x/exp/rand☆237Updated 2 months ago
- Zero-allocation type-safe pool for Go☆228Updated last year
- Load file-backed memory☆121Updated 2 years ago
- Go port of Google's Swiss Table hash table☆332Updated 6 months ago
- ☆218Updated last week
- ☆117Updated last year
- High resolution timing and benchmarking for Go☆257Updated 4 years ago
- ⏪️ Go package providing multiple queue implementations. Developed in a thread-safe generic way.☆280Updated last week
- Fastest and most efficient goroutine pool (experimental)☆137Updated 2 years ago
- B-tree implementation for Go☆235Updated 2 years ago
- XXH3 algorithm in Go☆415Updated last year
- 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
- Expirable Go LRC\LRU cache without goroutines☆83Updated last month
- A simple and efficient thread-safe sharded hashmap for Go☆225Updated 5 years ago
- Fast, fully fledged murmur3 in Go.☆312Updated last year
- Connection pool for Go's net.Conn interface☆129Updated 2 years ago
- Synchronization and asynchronous computation package for Go☆231Updated 4 months ago
- Zero-allocation reflection library for Go☆548Updated last year
- Gopium 🌺: Smart Go Structures Optimizer and Manager☆211Updated 8 months ago
- Best-effort CPU-local sharded values for Go☆199Updated 3 years ago
- errgroup with goroutine worker limits☆162Updated 2 years ago
- Simplified error handling in Go☆168Updated 2 years ago
- A fast little LRU cache for Go☆168Updated last year
- A minimal and efficient workerpool implementation in Go using goroutines.☆123Updated 3 years ago
- Fast, zero heap allocation Go Trie for runes or paths☆479Updated 3 months ago
- The size of variable at runtime☆145Updated 5 months ago
- Fast and scalable pseudorandom generator for Go☆202Updated 3 years ago
- Generic resource pool for Go☆319Updated 4 months ago
- A spinlock implementation for Go.☆61Updated 3 years ago