tidwall / hashmapLinks
A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.
☆220Updated 2 years ago
Alternatives and similar repositories for hashmap
Users that are interested in hashmap are comparing it to the libraries listed below
Sorting:
- Fastest and most efficient goroutine pool (experimental)☆140Updated 2 years ago
- Zero-allocation type-safe pool for Go☆238Updated 2 years ago
- Fast, high quality alternative to math/rand and golang.org/x/exp/rand☆239Updated 10 months ago
- ☆249Updated 3 weeks ago
- ☆122Updated 2 years ago
- Best-effort CPU-local sharded values for Go☆202Updated 4 years ago
- A simple and efficient thread-safe sharded hashmap for Go☆244Updated 5 years ago
- ⚡️ lock-free utilities in Go☆162Updated last year
- The `io_uring` library and runtime for GO☆148Updated 4 months ago
- Load file-backed memory☆121Updated 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…☆163Updated 2 years ago
- Simple building blocks for protobuf marshaling and unmarshaling☆201Updated last year
- A highly optimized double-ended queue☆201Updated 2 years ago
- skipmap is a high-performance, scalable concurrent sorted map based on skip-list. Up to 10x faster than sync.Map in the typical pattern.☆219Updated last year
- When storing a value in a Go interface allocates memory on the heap.☆72Updated 3 years ago
- B-tree implementation for Go☆239Updated 3 years ago
- A fast little LRU cache for Go☆173Updated 2 years ago
- Expression evaluator for Go☆77Updated 5 months ago
- Expirable Go LRC\LRU cache without goroutines☆90Updated 2 weeks ago
- ⏪️ Go package providing multiple queue implementations. Developed in a thread-safe generic way.☆315Updated 2 weeks ago
- The size of variable at runtime☆151Updated last year
- Faster base64 encoding for Go☆183Updated 2 years ago
- Simplified error handling in Go☆170Updated 2 years ago
- Fast, fully fledged murmur3 in Go.☆345Updated 2 years ago
- Convert Go values to their AST☆310Updated 7 months ago
- A buffer pool file I/O library for Go☆55Updated 3 years ago
- Synchronization and asynchronous computation package for Go☆274Updated 2 months ago
- Package gostackparse parses goroutines stack traces as produced by panic() or debug.Stack() at ~300 MiB/s.☆121Updated 3 months ago
- Parse json with comments and trailing commas.☆93Updated 4 years ago
- High resolution timing and benchmarking for Go☆262Updated 4 years ago