tidwall / hashmap
A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.
☆217Updated 2 years ago
Alternatives and similar repositories for hashmap:
Users that are interested in hashmap are comparing it to the libraries listed below
- Zero-allocation type-safe pool for Go☆231Updated last year
- Fast, high quality alternative to math/rand and golang.org/x/exp/rand☆239Updated 5 months ago
- ☆118Updated last year
- Fastest and most efficient goroutine pool (experimental)☆140Updated 2 years ago
- ⚡️ lock-free utilities in Go☆155Updated 10 months ago
- ☆227Updated last week
- Best-effort CPU-local sharded values for Go☆199Updated 3 years ago
- Load file-backed memory☆120Updated 2 years ago
- A simple and efficient thread-safe sharded hashmap for Go☆226Updated 5 years ago
- High resolution timing and benchmarking for Go☆259Updated 4 years ago
- errgroup with goroutine worker limits☆163Updated 2 years ago
- B-tree implementation for Go☆236Updated 3 years ago
- A highly optimized double-ended queue☆193Updated last year
- When storing a value in a Go interface allocates memory on the heap.☆72Updated 3 years ago
- Simple building blocks for protobuf marshaling and unmarshaling☆179Updated 10 months ago
- A fast little LRU cache for Go☆169Updated last year
- ⏪️ Go package providing multiple queue implementations. Developed in a thread-safe generic way.☆288Updated 2 weeks ago
- Go package porting the standard hashing algorithms to a more efficient implementation.☆292Updated 9 months ago
- The size of variable at runtime☆146Updated 8 months ago
- Fast resizable golang semaphore primitive☆175Updated 4 years ago
- ❄ An Lock Free ID Generator for Golang based on Snowflake Algorithm (Twitter announced).☆274Updated 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…☆160Updated last year
- Simple string pattern matcher for Go☆128Updated last year
- Convert Go values to their AST☆310Updated last month
- skipmap is a high-performance, scalable concurrent sorted map based on skip-list. Up to 10x faster than sync.Map in the typical pattern.☆208Updated 7 months ago
- Gohalt 👮♀🛑: Fast; Simple; Powerful; Go Throttler library☆348Updated 11 months ago
- Fast, fully fledged murmur3 in Go.☆325Updated last year
- Package schedgroup provides a goroutine worker pool which schedules tasks to be performed at or after a specified time. MIT Licensed.☆139Updated 3 years ago
- Know when GC runs from inside your golang code☆188Updated 2 years ago
- Simple dense bitmap index in Go with binary operators☆327Updated last year