krasun / fbptreeLinks
A persistent storage (in file) based using B+ tree with byte-slice keys and values
☆28Updated 4 years ago
Alternatives and similar repositories for fbptree
Users that are interested in fbptree are comparing it to the libraries listed below
Sorting:
- ☆34Updated 5 years ago
- Storage algorithms.☆38Updated 5 years ago
- A slick BTree on disk based key value store implemented in pure Go☆150Updated 3 years ago
- A distributed fault tolerant scheduler that is horizontally scalable 🔥☆95Updated last year
- Off heap golang memory pool☆60Updated 4 years ago
- An Adaptive Radix Tree (ART) implementation in Go☆83Updated 2 years ago
- A fast little LRU cache for Go☆174Updated 2 years ago
- on-disk hash table(mainly for WAL).☆29Updated 2 years ago
- raft is a golang library that provides a simple, clean, and idiomatic implementation of the Raft consensus protocol☆137Updated 9 months ago
- Simple and efficient WAL implementation in Go 🚀☆62Updated last year
- SkeletonDB is a lock-less thread safe in memory MVCC store written in Go.☆23Updated 9 years ago
- B-tree implementation for Go☆239Updated 3 years ago
- A buffer pool file I/O library for Go☆55Updated 4 years ago
- Log-structured merge-tree☆34Updated 2 years ago
- Dynamo-inspired distributed leader-less key-value database that has no unique features and no apparent reason to exist☆42Updated 2 years ago
- Consistent hashing hashring implementation.☆37Updated 2 years ago
- Simple SQL parser☆78Updated last year
- Fastest and most efficient goroutine pool (experimental)☆140Updated 3 years ago
- A simplified implementation for log structured merge tree.☆63Updated 5 years ago
- high performance key value database written in Go. Deprecated. Use robaho/leveldb☆87Updated 3 years ago
- When storing a value in a Go interface allocates memory on the heap.☆72Updated 3 years ago
- FlashDB is an embeddable, in-memory key/value database in Go (with Redis like commands and super easy to read)☆378Updated 2 years ago
- Load file-backed memory☆122Updated 3 years ago
- Fast event-loop networking for Go (the lite version)☆71Updated 5 years ago
- A disk based KV store (based on Bitcask implementation)☆200Updated 2 years ago
- Optimized implementation of Cuckoo Filter: Practically Better Than Bloom.☆48Updated 2 months ago
- Two-phase (2PC) and three-phase (3PC) protocols implementaion in Golang☆40Updated last month
- An easy-to-use Map Reduce Go parallel-computing framework inspired by 2021 6.824 lab1. It supports multiple workers threads on a single m…☆225Updated 2 years ago
- Easy to use Raft library to make your app distributed, highly available and fault-tolerant☆75Updated 4 years ago
- Pure Go SQL parser based on the SQLite SQL definition☆176Updated this week