plar / go-adaptive-radix-treeLinks
Adaptive Radix Trees implemented in Go
☆398Updated 8 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 Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist☆287Updated 2 years ago
- Write ahead log for Go.☆678Updated last week
- an off-heap hash-table in Go. Used to be called go-offheap-hashtable, but we shortened it.☆375Updated 3 months ago
- Fast and easy-to-use skip list for Go.☆421Updated 11 months ago
- B+ Tree - List - File Structures 2 - Memory Mapped File Structures for Go☆409Updated 6 years ago
- A fast, threadsafe skip list in Go☆267Updated 3 years ago
- TinyLFU cache admission policy☆266Updated 7 months ago
- Simple dense bitmap index in Go with binary operators☆354Updated 2 months ago
- This is library for the Go language to enable use of Direct IO under all OSes☆334Updated 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.☆261Updated 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
- go wrapper for zstd☆462Updated 2 weeks ago
- Fast, zero heap allocation Go Trie for runes or paths☆496Updated 11 months ago
- Go package porting the standard hashing algorithms to a more efficient implementation.☆292Updated last year
- Golang implementation of Radix trees☆923Updated last year
- An immutable radix tree implementation in Golang☆1,062Updated 2 weeks ago
- A portable mmap package for Go☆1,071Updated 9 months ago
- High Availability Raft Framework for Go☆650Updated last month
- Fast, fully fledged murmur3 in Go.☆343Updated 2 years ago
- Raft backend implementation using BoltDB☆691Updated 3 weeks ago
- slab allocator in go☆383Updated 8 months ago
- Server for benchmarking pure Go key/value databases☆162Updated 2 years ago
- moss - a simple, fast, ordered, persistable, key-val storage library for golang☆1,010Updated 8 months ago
- RocksDB wrapper for Go. Support 10.x, 9.x, 8.x, 7.x, 6.x, etc☆367Updated last week
- Optimized functions for Go using SIMD☆194Updated 4 years ago
- Go implementation of C++ STL iterators and algorithms.☆193Updated 3 years ago
- a thread-safe circular buffer (ring buffer) in Go, implemented io.ReaderWriter interface☆592Updated 5 months ago
- Examples for Dragonboat☆189Updated last year
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆219Updated 2 years ago
- Consistent hashing with bounded loads in Golang☆745Updated last year