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:
- Zero-allocation type-safe pool for Go☆251Updated 2 years ago
- Fastest and most efficient goroutine pool (experimental)☆140Updated 3 years ago
- ☆123Updated 2 years ago
- Fast, high quality alternative to math/rand and golang.org/x/exp/rand☆240Updated 2 weeks ago
- ⚡️ lock-free utilities in Go☆164Updated last year
- ☆259Updated 2 weeks ago
- Best-effort CPU-local sharded values for Go☆203Updated 4 years ago
- Synchronization and asynchronous computation package for Go☆292Updated 2 weeks ago
- Expirable Go LRC\LRU cache without goroutines☆93Updated 2 months ago
- 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 highly optimized double-ended queue☆203Updated 2 years ago
- Load file-backed memory☆122Updated 3 years ago
- A buffer pool file I/O library for Go☆55Updated 3 years ago
- A simple and efficient thread-safe sharded hashmap for Go☆247Updated 6 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
- The `io_uring` library and runtime for GO☆157Updated 9 months ago
- Simplified error handling in Go☆171Updated 3 years ago
- Fast, fully fledged murmur3 in Go.☆347Updated 2 years ago
- Package gostackparse parses goroutines stack traces as produced by panic() or debug.Stack() at ~300 MiB/s.☆126Updated 7 months ago
- High resolution timing and benchmarking for Go☆264Updated 2 months ago
- Efficiently box values in Go. Optimized for primitives, strings, and byte slices.☆77Updated 5 months 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.☆222Updated last year
- Faster base64 encoding for Go☆185Updated 2 years ago
- Gopium 🌺: Smart Go Structures Optimizer and Manager☆218Updated last year
- Go package porting the standard hashing algorithms to a more efficient implementation.☆295Updated last year
- Parse json with comments and trailing commas.☆101Updated 4 years ago
- errgroup with goroutine worker limits☆164Updated 3 years ago
- Convert Go values to their AST☆312Updated 11 months ago
- a unified channel package for buffered, unbuffered, and unbounded channels☆43Updated 3 years ago