krasun / fbptreeLinks
A persistent storage (in file) based using B+ tree with byte-slice keys and values
☆27Updated 3 years ago
Alternatives and similar repositories for fbptree
Users that are interested in fbptree are comparing it to the libraries listed below
Sorting:
- An Adaptive Radix Tree (ART) implementation in Go☆81Updated last year
- Storage algorithms.☆38Updated 4 years ago
- ☆34Updated 4 years ago
- Simple SQL parser☆74Updated 4 months ago
- on-disk hash table(mainly for WAL).☆27Updated last year
- Dynamo-inspired distributed leader-less key-value database that has no unique features and no apparent reason to exist☆42Updated last year
- Consistent hashing hashring implementation.☆34Updated last year
- Simple and efficient WAL implementation in Go 🚀☆60Updated last year
- A simplified implementation for log structured merge tree.☆61Updated 4 years ago
- A distributed fault tolerant scheduler that is horizontally scalable 🔥☆98Updated 7 months ago
- SkeletonDB is a lock-less thread safe in memory MVCC store written in Go.☆23Updated 8 years ago
- Off heap golang memory pool☆60Updated 3 years ago
- Log-structured merge-tree☆31Updated 2 years ago
- Missing Trie implementation for Go☆12Updated 3 years ago
- Fast, lock-free, arena-based Skiplist implementation in Go that supports iteration in both directions.☆41Updated 4 years ago
- Wrapper around LUA script executor for long-running scripts☆20Updated 8 months ago
- In memory sharded cache implementation☆35Updated 3 years ago
- Package with auto-vectorized math functions for Go☆24Updated 2 years ago
- ☆28Updated 2 years ago
- A fast, reliable, simple hashmap that only supports the uint64 key/value. Faster than the runtime hashmap in almost all cases.☆23Updated 2 months ago
- This Project aims to port/build well known and commonly used data structures to GO.