plar / go-adaptive-radix-treeLinks
Adaptive Radix Trees implemented in Go
☆400Updated 9 months ago
Alternatives and similar repositories for go-adaptive-radix-tree
Users that are interested in go-adaptive-radix-tree are comparing it to the libraries listed below
Sorting:
- A fast, threadsafe skip list in Go☆269Updated 4 years ago
- A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist☆288Updated 2 years ago
- TinyLFU cache admission policy☆266Updated 8 months 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.☆262Updated 2 years ago
- an off-heap hash-table in Go. Used to be called go-offheap-hashtable, but we shortened it.☆378Updated 4 months ago
- Write ahead log for Go.☆679Updated last month
- Fast and easy-to-use skip list for Go.☆422Updated last year
- This is library for the Go language to enable use of Direct IO under all OSes☆334Updated 2 years ago
- B+ Tree - List - File Structures 2 - Memory Mapped File Structures for Go☆409Updated 6 years ago
- Fast, zero heap allocation Go Trie for runes or paths☆496Updated last year
- Server for benchmarking pure Go key/value databases☆162Updated 2 years ago
- Fast, fully fledged murmur3 in Go.☆343Updated 2 years ago
- Simple dense bitmap index in Go with binary operators☆355Updated 3 months 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.☆220Updated last year
- Examples for Dragonboat☆189Updated last year
- A Go library implementing a FST (finite state transducer)☆207Updated 9 months ago
- RocksDB wrapper for Go. Support 10.x, 9.x, 8.x, 7.x, 6.x, etc☆374Updated last month
- a thread-safe circular buffer (ring buffer) in Go, implemented io.ReaderWriter interface☆594Updated 6 months ago
- Optimized functions for Go using SIMD☆191Updated 4 years ago
- Raft backend implementation using BoltDB☆691Updated this week
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆220Updated 2 years ago
- Go package porting the standard hashing algorithms to a more efficient implementation.☆292Updated last year
- High Availability Raft Framework for Go☆649Updated last month
- A simple and efficient thread-safe sharded hashmap for Go☆244Updated 6 years ago
- slab allocator in go☆383Updated 9 months ago
- Serialized Roaring Bitmaps☆278Updated 2 years ago
- ⚡️ lock-free utilities in Go☆162Updated last year
- A portable mmap package for Go☆1,073Updated 9 months ago
- Go implementation of C++ STL iterators and algorithms.☆193Updated 3 years ago
- A Go package providing a filesystem-backed FIFO queue☆496Updated 3 weeks ago