tidwall / shardmapLinks
A simple and efficient thread-safe sharded hashmap for Go
☆228Updated 5 years ago
Alternatives and similar repositories for shardmap
Users that are interested in shardmap are comparing it to the libraries listed below
Sorting:
- Go Pooling Helpers☆116Updated 5 years ago
- High resolution timing and benchmarking for Go☆260Updated 4 years ago
- Load file-backed memory☆122Updated 2 years ago
- ⚡️ lock-free utilities in Go☆158Updated last year
- A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist☆286Updated 2 years ago
- A fast, threadsafe skip list in Go☆267Updated 3 years ago
- Golang library for io_uring (without CGO)☆133Updated 4 years ago
- A fast little LRU cache for Go☆170Updated 2 years ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆218Updated 2 years ago
- Server for benchmarking pure Go key/value databases☆161Updated last year
- auto adjust your GOGC value☆228Updated 10 months ago
- Storing strings without GC overhead☆83Updated 5 years ago
- Fast and scalable pseudorandom generator for Go☆206Updated 3 years ago
- An ordered collection implemented in Golang with O(log(N)) time complexity on adding / searching / removing☆157Updated 2 years ago
- concurrency utilities☆301Updated 5 years ago
- Non-Invasive goroutine inspector☆90Updated 3 weeks ago
- A quick tour (or reminder) of Go performance tools☆270Updated 3 years ago
- A revamped Google's jump consistent hash☆106Updated 2 years ago
- errgroup with goroutine worker limits☆165Updated 2 years ago
- high-performance common weighted algorithm library☆202Updated 2 years ago
- A typed implementation of the Go sync.Map using code generation☆256Updated 2 years ago
- Interface for mmap syscall to provide safe and efficient access to memory☆69Updated this week
- Go package porting the standard hashing algorithms to a more efficient implementation.☆293Updated last year
- Fast resizable golang semaphore primitive☆178Updated 4 years ago
- Connection pool for Go's net.Conn interface☆127Updated 2 years ago
- Benchmark all the top in-memory Go caching libraries☆62Updated last year
- Pure Go embedded persistent job queue backed by BadgerDB☆163Updated 2 years ago
- hotfix for go applications via plugin, supports Linux and MacOS☆134Updated 7 years ago
- 🧪 A chunk of experiments and demos about Go 2 generics design (type parameter & type set)☆150Updated 3 years ago
- Go implementation of C++ STL iterators and algorithms.☆191Updated 3 years ago