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
- Fastest and most efficient goroutine pool (experimental)☆139Updated 2 years ago
- ☆245Updated 2 weeks ago
- Fast, high quality alternative to math/rand and golang.org/x/exp/rand☆238Updated 8 months ago
- Best-effort CPU-local sharded values for Go☆201Updated 3 years ago
- ☆121Updated 2 years ago
- B-tree implementation for Go☆239Updated 3 years ago
- ⚡️ lock-free utilities in Go☆158Updated last year
- Synchronization and asynchronous computation package for Go☆251Updated 3 weeks ago
- The `io_uring` library and runtime for GO☆136Updated 2 months ago
- Load file-backed memory☆122Updated 2 years ago
- A highly optimized double-ended queue☆201Updated last year
- When storing a value in a Go interface allocates memory on the heap.☆72Updated 3 years ago
- A simple and efficient thread-safe sharded hashmap for Go☆236Updated 5 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
- Gopium 🌺: Smart Go Structures Optimizer and Manager☆215Updated last year
- skipmap is a high-performance, scalable concurrent sorted map based on skip-list. Up to 10x faster than sync.Map in the typical pattern.☆213Updated 10 months ago
- Fast, fully fledged murmur3 in Go.☆337Updated 2 years ago
- Simplified error handling in Go☆169Updated 2 years ago
- Simple dense bitmap index in Go with binary operators☆345Updated last month
- A fast little LRU cache for Go☆171Updated 2 years ago
- Faster base64 encoding for Go☆182Updated 2 years ago
- Maths includes mathematical functions not defined in the standard Go math package.☆174Updated 2 years ago
- Package gostackparse parses goroutines stack traces as produced by panic() or debug.Stack() at ~300 MiB/s.☆119Updated last month
- Convert Go values to their AST☆309Updated 5 months ago
- Expression evaluator for Go☆76Updated 3 months ago
- Simple building blocks for protobuf marshaling and unmarshaling☆196Updated last year
- Connection pool for Go's net.Conn interface☆127Updated 2 years ago
- Expirable Go LRC\LRU cache without goroutines☆88Updated 3 months ago
- ⏪️ Go package providing multiple queue implementations. Developed in a thread-safe generic way.☆311Updated 2 months ago