tidwall / hashmap
A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.
☆217Updated last year
Alternatives and similar repositories for hashmap:
Users that are interested in hashmap are comparing it to the libraries listed below
- Fast, high quality alternative to math/rand and golang.org/x/exp/rand☆238Updated 3 months ago
- Zero-allocation type-safe pool for Go☆230Updated last year
- ☆117Updated last year
- ⚡️ lock-free utilities in Go☆152Updated 9 months ago
- ☆220Updated 2 weeks ago
- Best-effort CPU-local sharded values for Go☆199Updated 3 years ago
- Fastest and most efficient goroutine pool (experimental)☆137Updated 2 years ago
- ⏪️ Go package providing multiple queue implementations. Developed in a thread-safe generic way.☆283Updated last month
- A simple and efficient thread-safe sharded hashmap for Go☆225Updated 5 years ago
- Go package porting the standard hashing algorithms to a more efficient implementation.☆292Updated 7 months ago
- A highly optimized double-ended queue☆189Updated last year
- Fast, zero heap allocation Go Trie for runes or paths☆484Updated 5 months ago
- B-tree implementation for Go☆236Updated 2 years ago
- Simple building blocks for protobuf marshaling and unmarshaling☆167Updated 8 months ago
- High resolution timing and benchmarking for Go☆258Updated 4 years ago
- XXH3 algorithm in Go☆427Updated last year
- errgroup with goroutine worker limits☆162Updated 2 years ago
- ❄ An Lock Free ID Generator for Golang based on Snowflake Algorithm (Twitter announced).☆271Updated 2 years ago
- Connection pool for Go's net.Conn interface☆128Updated 2 years ago
- Synchronization and asynchronous computation package for Go☆235Updated 5 months ago
- Gohalt 👮♀🛑: Fast; Simple; Powerful; Go Throttler library☆346Updated 9 months ago
- A concurrent rate limiter library for Golang based on Sliding-Window rate limiter algorithm.☆241Updated 2 years ago
- Load file-backed memory☆120Updated 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…☆158Updated last year
- The `io_uring` library and runtime for GO☆126Updated 2 years ago
- A fast little LRU cache for Go☆167Updated last year
- When storing a value in a Go interface allocates memory on the heap.☆72Updated 2 years ago
- Fast resizable golang semaphore primitive☆176Updated 3 years ago
- Package gostackparse parses goroutines stack traces as produced by panic() or debug.Stack() at ~300 MiB/s.☆117Updated last year
- Generic resource pool for Go☆340Updated 2 weeks ago