zhangyunhao116 / skipmapLinks
skipmap is a high-performance, scalable concurrent sorted map based on skip-list. Up to 10x faster than sync.Map in the typical pattern.
☆213Updated 10 months ago
Alternatives and similar repositories for skipmap
Users that are interested in skipmap are comparing it to the libraries listed below
Sorting:
- skipset is a high-performance, scalable concurrent sorted set based on skip-list. Up to 15x faster than sync.Map in the typical pattern.☆260Updated 2 years ago
- ⚡️ lock-free utilities in Go☆158Updated last year
- auto adjust your GOGC value☆228Updated 11 months ago
- A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist☆287Updated 2 years ago
- ☆121Updated 2 years ago
- Zero-allocation type-safe pool for Go☆235Updated 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
- A highly optimized double-ended queue☆201Updated last year
- ☆245Updated 2 weeks ago
- ☆122Updated 2 years ago
- Pattern-defeating quicksort in Go with generics(need Go1.18). About 2x ~ 60x faster than the built-in sort package.☆119Updated 2 years ago
- 🧪 A chunk of experiments and demos about Go 2 generics design (type parameter & type set)☆150Updated 3 years ago
- A simple and efficient thread-safe sharded hashmap for Go☆236Updated 5 years ago
- Fast and scalable pseudorandom generator for Go☆206Updated 3 years ago
- high performance in-memory cache☆338Updated 2 weeks ago
- The `io_uring` library and runtime for GO☆136Updated 2 months ago
- a thread-safe circular buffer (ring buffer) in Go, implemented io.ReaderWriter interface☆589Updated 4 months ago
- An ordered collection implemented in Golang with O(log(N)) time complexity on adding / searching / removing☆157Updated 2 years ago
- The assembler from the Go compiler, in library form.☆189Updated 4 years ago
- Clone any Go data structure deeply and thoroughly.☆321Updated 2 months ago
- Fast and easy-to-use skip list for Go.☆418Updated 10 months ago
- Server for benchmarking pure Go key/value databases☆160Updated 2 years ago
- Fastest and most efficient goroutine pool (experimental)☆139Updated 2 years ago
- Golang implementation of Sliding Window Algorithm for distributed rate limiting.☆403Updated last year
- A fast little LRU cache for Go☆171Updated 2 years ago
- Fastest pseudo-random number generator in Go. About 2x ~ 200x faster than math/rand.☆33Updated last year
- A faster Protobuf serializer & deserializer.☆97Updated 11 months ago
- A fast, threadsafe skip list in Go☆267Updated 3 years ago
- Lock-free MPMC Ring Buffer (Generic) for SMP, in golang. Some posts in chinese:☆103Updated 5 months ago
- Cuckoo Filter go implement, better than Bloom Filter, configurable and space optimized 布谷鸟过滤器的Go实现,优于布隆过滤器,可以定制化过滤器参数,并进行了空间优化☆301Updated last year