tidwall / shardmap
A simple and efficient thread-safe sharded hashmap for Go
☆225Updated 5 years ago
Related projects ⓘ
Alternatives and complementary repositories for shardmap
- Go Pooling Helpers☆113Updated 4 years ago
- A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist☆277Updated last year
- ☆110Updated last year
- ⚡️ lock-free utilities in Go☆149Updated 5 months ago
- errgroup with goroutine worker limits☆161Updated last year
- A typed implementation of the Go sync.Map using code generation☆256Updated last year
- Load file-backed memory☆121Updated 2 years ago
- A fast little LRU cache for Go☆153Updated last year
- High resolution timing and benchmarking for Go☆256Updated 4 years ago
- Go package porting the standard hashing algorithms to a more efficient implementation.☆286Updated 4 months ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆213Updated last year
- A quick tour (or reminder) of Go performance tools☆262Updated 2 years ago
- Fast and scalable pseudorandom generator for Go☆200Updated 3 years ago
- Golang library for io_uring (without CGO)☆131Updated 3 years ago
- 🧪 A chunk of experiments and demos about Go 2 generics design (type parameter & type set)☆150Updated 2 years ago
- high-performance common weighted algorithm library☆198Updated last year
- Customizable TCP net.Listener for Go☆145Updated last year
- Storing strings without GC overhead☆82Updated 4 years ago
- Fast resizable golang semaphore primitive☆173Updated 3 years ago
- concurrency utilities☆288Updated 5 years ago
- Fastest and most efficient goroutine pool (experimental)☆136Updated 2 years ago
- auto adjust your GOGC value☆218Updated 2 months ago
- Go implementation of C++ STL iterators and algorithms.☆187Updated 2 years ago
- Package schedgroup provides a goroutine worker pool which schedules tasks to be performed at or after a specified time. MIT Licensed.☆136Updated 2 years ago
- Connection pool for Go's net.Conn interface☆128Updated 2 years ago
- Fast, fully fledged murmur3 in Go.☆304Updated last year
- Simple building blocks for protobuf marshaling and unmarshaling☆140Updated 5 months ago
- A fast, threadsafe skip list in Go☆264Updated 3 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.☆176Updated 2 months ago
- 10x faster than crypto/rand. Uses securely allocated memory. Forked from https://gitlab.com/NebulousLabs/fastrand☆159Updated 3 years ago