huandu / skiplistLinks
Fast and easy-to-use skip list for Go.
☆421Updated 11 months ago
Alternatives and similar repositories for skiplist
Users that are interested in skiplist are comparing it to the libraries listed below
Sorting:
- A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist☆287Updated 2 years ago
- A fast, threadsafe skip list in Go☆267Updated 3 years ago
- skipset is a high-performance, scalable concurrent sorted set based on skip-list. Up to 15x faster than sync.Map in the typical pattern.☆261Updated 2 years ago
- A Go package providing a filesystem-backed FIFO queue☆490Updated last year
- a thread-safe circular buffer (ring buffer) in Go, implemented io.ReaderWriter interface☆592Updated 5 months ago
- Examples for Dragonboat☆189Updated last year
- Fast and scalable pseudorandom generator for Go☆207Updated 3 years ago
- Golang Serializer Benchmark Comparison☆416Updated 2 years ago
- Golang implementation of Sliding Window Algorithm for distributed rate limiting.☆404Updated last year
- Adaptive Radix Trees implemented in Go☆398Updated 8 months ago
- ☆492Updated last week
- Write ahead log for Go.☆678Updated last week
- B+ Tree - List - File Structures 2 - Memory Mapped File Structures for Go☆409Updated 6 years ago
- Clone any Go data structure deeply and thoroughly.☆322Updated 4 months ago
- Fast golang queue using ring-buffer☆633Updated 2 years ago
- reflect api without runtime reflect.Value cost☆805Updated 5 months ago
- ⚡️ lock-free utilities in Go☆161Updated last year
- Mango Cache 🥭 - Partial implementation of Guava Cache in Go (golang).☆599Updated 2 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.☆218Updated last year
- high-performance common weighted algorithm library☆203Updated 2 years ago
- An ordered collection implemented in Golang with O(log(N)) time complexity on adding / searching / removing☆160Updated 2 years ago
- Simple SQL parser meant for querying CSV files☆425Updated 4 years ago
- TinyLFU cache admission policy☆266Updated 7 months ago
- auto adjust your GOGC value☆228Updated last year
- ☆125Updated last month
- Raft backend implementation using BoltDB☆691Updated 3 weeks ago
- Tools for building go apps.☆682Updated 3 years ago
- Cuckoo Filter go implement, better than Bloom Filter, configurable and space optimized 布谷鸟过滤器的Go实现,优于布隆过滤器,可以定制化过滤器参数,并进行了空间优化☆301Updated 2 years ago
- concurrency utilities☆301Updated 6 years ago
- A bit safer approach to implement Thread Local Storage (TLS) for Go 1.7+.☆164Updated 3 years ago