tidwall / hashmapLinks
A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.
☆221Updated 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☆240Updated 11 months ago
- Zero-allocation type-safe pool for Go☆244Updated 2 years ago
- Fastest and most efficient goroutine pool (experimental)☆140Updated 3 years ago
- Best-effort CPU-local sharded values for Go☆202Updated 4 years ago
- ☆122Updated 2 years ago
- ⚡️ lock-free utilities in Go☆162Updated last year
- ☆248Updated last week
- A simple and efficient thread-safe sharded hashmap for Go☆244Updated 6 years ago
- B-tree implementation for Go☆239Updated 3 years ago
- A highly optimized double-ended queue☆201Updated 2 years ago
- When storing a value in a Go interface allocates memory on the heap.☆72Updated 3 years ago
- Fast, fully fledged murmur3 in Go.☆343Updated 2 years ago
- Load file-backed memory☆121Updated 3 years ago
- A fast little LRU cache for Go☆173Updated 2 years ago
- Simple building blocks for protobuf marshaling and unmarshaling☆202Updated last year
- The `io_uring` library and runtime for GO☆149Updated 5 months ago
- Go package porting the standard hashing algorithms to a more efficient implementation.☆292Updated last year
- Expirable Go LRC\LRU cache without goroutines☆89Updated last month
- Gopium 🌺: Smart Go Structures Optimizer and Manager☆214Updated last year
- Expression evaluator for Go☆77Updated 6 months ago
- A buffer pool file I/O library for Go☆55Updated 3 years ago
- Efficiently box values in Go. Optimized for primitives, strings, and byte slices.☆75Updated last month
- Synchronization and asynchronous computation package for Go☆277Updated 3 months 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
- Fast resizable golang semaphore primitive☆177Updated 4 years ago
- Faster base64 encoding for Go☆183Updated 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.☆220Updated last year
- Convert Go values to their AST☆310Updated 7 months ago
- Simplified error handling in Go☆171Updated 2 years ago
- errgroup with goroutine worker limits☆165Updated 2 years ago