tidwall / hashmap
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
- ☆119Updated last year
- Zero-allocation type-safe pool for Go☆231Updated 2 years ago
- Fast, high quality alternative to math/rand and golang.org/x/exp/rand☆238Updated 6 months ago
- Fastest and most efficient goroutine pool (experimental)☆140Updated 2 years ago
- ☆233Updated last week
- Load file-backed memory☆122Updated 2 years ago
- ⚡️ lock-free utilities in Go☆156Updated 11 months ago
- ⏪️ Go package providing multiple queue implementations. Developed in a thread-safe generic way.☆289Updated last month
- Best-effort CPU-local sharded values for Go☆199Updated 3 years ago
- Go package porting the standard hashing algorithms to a more efficient implementation.☆292Updated 10 months ago
- The `io_uring` library and runtime for GO☆128Updated this week
- High resolution timing and benchmarking for Go☆258Updated 4 years ago
- Gopium 🌺: Smart Go Structures Optimizer and Manager☆213Updated last year
- 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
- A simple and efficient thread-safe sharded hashmap for Go☆227Updated 5 years ago
- Fast, fully fledged murmur3 in Go.☆326Updated last year
- Simple string pattern matcher for Go☆127Updated last year
- A Golang package for doing a deep copy for (just about) anything☆148Updated last year
- B-tree implementation for Go☆238Updated 3 years ago
- errgroup with goroutine worker limits☆164Updated 2 years ago
- Synchronization and asynchronous computation package for Go☆243Updated 7 months ago
- Generic resource pool for Go☆361Updated last week
- A fast little LRU cache for Go☆169Updated last year
- Convert Go values to their AST☆310Updated 2 months ago
- Various golang benchmarks I've written☆110Updated 7 years ago
- Connection pool for Go's net.Conn interface☆127Updated 2 years ago
- Package gostackparse parses goroutines stack traces as produced by panic() or debug.Stack() at ~300 MiB/s.☆118Updated last week
- A thread safe map which has expiring key-value pairs.☆75Updated last year
- A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist☆285Updated 2 years ago
- When storing a value in a Go interface allocates memory on the heap.☆72Updated 3 years ago