tidwall / hashmapLinks
A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.
☆218Updated 2 years ago
Alternatives and similar repositories for hashmap
Users that are interested in hashmap are comparing it to the libraries listed below
Sorting:
- Zero-allocation type-safe pool for Go☆235Updated 2 years ago
- ☆121Updated last year
- Fastest and most efficient goroutine pool (experimental)☆141Updated 2 years ago
- ☆241Updated last week
- A highly optimized double-ended queue☆199Updated last year
- Fast, high quality alternative to math/rand and golang.org/x/exp/rand☆238Updated 7 months ago
- ⚡️ lock-free utilities in Go☆156Updated last year
- Best-effort CPU-local sharded values for Go☆201Updated 3 years ago
- ⏪️ Go package providing multiple queue implementations. Developed in a thread-safe generic way.☆310Updated last month
- Synchronization and asynchronous computation package for Go☆248Updated 9 months ago
- Simple building blocks for protobuf marshaling and unmarshaling☆180Updated last year
- Fast, fully fledged murmur3 in Go.☆335Updated 2 years ago
- High resolution timing and benchmarking for Go☆260Updated 4 years ago
- Load file-backed memory☆121Updated 2 years ago
- Assert your Go code is inlined and bounds-check eliminated☆302Updated last month
- Go package porting the standard hashing algorithms to a more efficient implementation.☆292Updated 11 months ago
- Package gostackparse parses goroutines stack traces as produced by panic() or debug.Stack() at ~300 MiB/s.☆119Updated this week
- Simple string pattern matcher for Go☆127Updated last year
- XXH3 algorithm in Go☆456Updated 3 months ago
- Convert Go values to their AST☆309Updated 3 months ago
- The `io_uring` library and runtime for GO☆133Updated last month
- A simple and efficient thread-safe sharded hashmap for Go☆227Updated 5 years ago
- ☆94Updated 2 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…☆162Updated last year
- Generic resource pool for Go☆371Updated last month
- Expirable Go LRC\LRU cache without goroutines☆85Updated 2 months ago
- When storing a value in a Go interface allocates memory on the heap.☆72Updated 3 years ago
- A Golang package for doing a deep copy for (just about) anything☆147Updated last year
- Gopium 🌺: Smart Go Structures Optimizer and Manager☆215Updated last year
- B-tree implementation for Go☆239Updated 3 years ago