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 Go package providing a filesystem-backed FIFO queue☆484Updated last year
- 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.☆256Updated 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.☆208Updated 9 months ago
- a thread-safe circular buffer (ring buffer) in Go, implemented io.ReaderWriter interface☆580Updated 3 months ago
- ☆485Updated last month
- Adaptive Radix Trees implemented in Go☆391Updated 6 months ago
- Examples for Dragonboat☆185Updated 10 months ago
- Fast golang queue using ring-buffer☆627Updated 2 years ago
- B+ Tree - List - File Structures 2 - Memory Mapped File Structures for Go☆408Updated 6 years ago
- An ordered collection implemented in Golang with O(log(N)) time complexity on adding / searching / removing☆157Updated 2 years ago
- ⚡️ lock-free utilities in Go☆156Updated last year
- Fast and scalable pseudorandom generator for Go☆206Updated 3 years ago
- Write ahead log for Go.☆663Updated 7 months ago
- Anti-memory-waste byte buffer pool☆1,274Updated 11 months ago
- Clone any Go data structure deeply and thoroughly.☆320Updated last month
- Golang Serializer Benchmark Comparison☆417Updated 2 years ago
- Mango Cache 🥭 - Partial implementation of Guava Cache in Go (golang).☆596Updated 2 years ago
- TinyLFU cache admission policy☆263Updated 4 months ago
- Raft backend implementation using BoltDB☆684Updated this week
- reflect api without runtime reflect.Value cost☆797Updated 2 months ago
- A portable mmap package for Go☆1,035Updated 6 months ago
- Golang implementation of Hierarchical Timing Wheels.☆682Updated last year
- Write Ahead Log for LSM or bitcask storage(or any append-only write).☆263Updated 4 months ago
- This is library for the Go language to enable use of Direct IO under all OSes☆325Updated last year
- Deep copy things☆592Updated 4 years ago
- lock-free queue and other implementations☆127Updated last year
- Go package implementing bitsets☆1,423Updated 2 weeks ago
- an off-heap hash-table in Go. Used to be called go-offheap-hashtable, but we shortened it.☆375Updated 3 weeks ago