huandu / skiplistLinks
Fast and easy-to-use skip list for Go.
☆416Updated 8 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☆286Updated 2 years ago
- A fast, threadsafe skip list in Go☆266Updated 3 years ago
- ☆483Updated 3 weeks ago
- A Go package providing a filesystem-backed FIFO queue☆482Updated last year
- skipset is a high-performance, scalable concurrent sorted set based on skip-list. Up to 15x faster than sync.Map in the typical pattern.☆257Updated 2 years ago
- a thread-safe circular buffer (ring buffer) in Go, implemented io.ReaderWriter interface☆573Updated 2 months ago
- TinyLFU cache admission policy☆261Updated 4 months ago
- Adaptive Radix Trees implemented in Go☆390Updated 5 months ago
- an off-heap hash-table in Go. Used to be called go-offheap-hashtable, but we shortened it.☆374Updated this week
- Fast and scalable pseudorandom generator for Go☆205Updated 3 years ago
- Anti-memory-waste byte buffer pool☆1,275Updated 10 months ago
- Clone any Go data structure deeply and thoroughly.☆317Updated last month
- Mango Cache 🥭 - Partial implementation of Guava Cache in Go (golang).☆595Updated 2 years ago
- Golang Serializer Benchmark Comparison☆417Updated 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.☆210Updated 9 months ago
- reflect api without runtime reflect.Value cost☆795Updated 2 months ago
- Fast golang queue using ring-buffer☆628Updated 2 years ago
- B+ Tree - List - File Structures 2 - Memory Mapped File Structures for Go☆408Updated 6 years ago
- Golang implementation of Sliding Window Algorithm for distributed rate limiting.☆400Updated last year
- ⚡️ lock-free utilities in Go☆156Updated last year
- Write ahead log for Go.☆662Updated 6 months ago
- Go package implementing bitsets☆1,419Updated 3 weeks ago
- A bit safer approach to implement Thread Local Storage (TLS) for Go 1.7+.☆164Updated 3 years ago
- ☆325Updated 6 years ago
- a limited consumer goroutine or unlimited goroutine pool for easier goroutine handling and cancellation☆729Updated 3 years ago
- Golang implementation of Hierarchical Timing Wheels.☆681Updated last year
- Data structure and relevant algorithms for extremely fast prefix/fuzzy string searching.☆771Updated 2 weeks ago
- Tools for building go apps.☆679Updated 3 years ago
- High-performance timer implementation based on 5-level time wheel. 高性能定时器(5级时间轮,最小堆)[从零实现]☆282Updated 5 months ago
- A portable mmap package for Go☆1,027Updated 5 months ago