plar / go-adaptive-radix-tree
Adaptive Radix Trees implemented in Go
☆383Updated 2 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
- A fast, threadsafe skip list in Go☆265Updated 3 years ago
- A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist☆282Updated 2 years ago
- Fast and easy-to-use skip list for Go.☆397Updated 4 months ago
- an off-heap hash-table in Go. Used to be called go-offheap-hashtable, but we shortened it.☆372Updated last year
- Write ahead log for Go.☆636Updated 3 months ago
- Raft backend implementation using BoltDB☆671Updated this week
- Golang implementation of Radix trees☆901Updated 7 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.☆252Updated last year
- An immutable radix tree implementation in Golang☆1,026Updated last month
- XXH3 algorithm in Go☆427Updated last year
- Simple dense bitmap index in Go with binary operators☆321Updated last year
- A portable mmap package for Go☆989Updated 2 months ago
- a thread-safe circular buffer (ring buffer) in Go, implemented io.ReaderWriter interface☆533Updated 2 months ago
- B+ Tree - List - File Structures 2 - Memory Mapped File Structures for Go☆404Updated 5 years ago
- TinyLFU cache admission policy☆257Updated 3 weeks ago
- Serialized Roaring Bitmaps☆276Updated last year
- High Availability Raft Framework for Go☆616Updated last month
- Zero-copy I/O primitives and pipelines for Go. Linux-specific.☆542Updated 6 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.☆202Updated 5 months ago
- Fast, zero heap allocation Go Trie for runes or paths☆484Updated 5 months ago
- A Go library implementing a FST (finite state transducer)☆195Updated 2 months ago
- ⚡️ lock-free utilities in Go☆152Updated 9 months ago
- Go package porting the standard hashing algorithms to a more efficient implementation.☆292Updated 7 months ago
- Fast and scalable pseudorandom generator for Go☆202Updated 3 years ago
- Optimized functions for Go using SIMD☆193Updated 4 years ago
- io_uring support for go☆204Updated 4 years ago
- Server for benchmarking pure Go key/value databases☆155Updated last year
- This is library for the Go language to enable use of Direct IO under all OSes☆319Updated last year
- A simple and efficient thread-safe sharded hashmap for Go☆225Updated 5 years ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆217Updated last year