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:
- Fast, high quality alternative to math/rand and golang.org/x/exp/rand☆238Updated 9 months ago
- Fastest and most efficient goroutine pool (experimental)☆139Updated 2 years ago
- Zero-allocation type-safe pool for Go☆236Updated 2 years ago
- ☆247Updated this week
- Best-effort CPU-local sharded values for Go☆201Updated 3 years ago
- ☆122Updated 2 years ago
- ⚡️ lock-free utilities in Go☆162Updated 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…☆162Updated last year
- Efficiently box values in Go. Optimized for primitives, strings, and byte slices.☆70Updated 2 years ago
- Simple building blocks for protobuf marshaling and unmarshaling☆197Updated last year
- A simple and efficient thread-safe sharded hashmap for Go☆236Updated 5 years ago
- Package gostackparse parses goroutines stack traces as produced by panic() or debug.Stack() at ~300 MiB/s.☆119Updated 2 months ago
- When storing a value in a Go interface allocates memory on the heap.☆72Updated 3 years ago
- A highly optimized double-ended queue☆201Updated last year
- Load file-backed memory☆122Updated 2 years ago
- Expression evaluator for Go☆76Updated 4 months ago
- The `io_uring` library and runtime for GO☆139Updated 3 months ago
- A buffer pool file I/O library for Go☆55Updated 3 years ago
- Synchronization and asynchronous computation package for Go☆256Updated last month
- A fast little LRU cache for Go☆172Updated 2 years ago
- Simplified error handling in Go☆169Updated 2 years ago
- Simple dense bitmap index in Go with binary operators☆351Updated last month
- ⏪️ Go package providing multiple queue implementations. Developed in a thread-safe generic way.☆313Updated 3 months ago
- various libs or tools for Golang☆106Updated this week
- Convert Go values to their AST☆309Updated 5 months ago
- errgroup with goroutine worker limits☆165Updated 2 years ago
- Expirable Go LRC\LRU cache without goroutines☆89Updated 4 months ago
- Gopium 🌺: Smart Go Structures Optimizer and Manager☆215Updated last year
- MUS format serializer for Go☆115Updated last month
- Benchmark comparing the go plugin package to other plugin implementations☆58Updated last year