krasun / fbptree
A persistent storage (in file) based using B+ tree with byte-slice keys and values
☆26Updated 3 years ago
Alternatives and similar repositories for fbptree:
Users that are interested in fbptree are comparing it to the libraries listed below
- Log-structured merge-tree☆30Updated 2 years ago
- Simple SQL parser☆72Updated 3 months ago
- This Project aims to port/build well known and commonly used data structures to GO.☆29Updated 3 years ago
- Storage algorithms.☆38Updated 4 years ago
- Simple and efficient WAL implementation in Go 🚀☆60Updated 11 months ago
- Off heap golang memory pool☆60Updated 3 years ago
- Consistent hashing hashring implementation.☆34Updated last year
- on-disk hash table(mainly for WAL).☆27Updated last year
- An Adaptive Radix Tree (ART) implementation in Go☆81Updated last year
- BTree provides a simple, ordered, in-memory data structure for Go programs.☆45Updated 2 years ago
- Dynamo-inspired distributed leader-less key-value database that has no unique features and no apparent reason to exist☆42Updated last year
- Fast, lock-free, arena-based Skiplist implementation in Go that supports iteration in both directions.☆40Updated 4 years ago
- A distributed fault tolerant scheduler that is horizontally scalable 🔥☆98Updated 6 months ago
- Fast integer map for uint32-to-uint32☆28Updated 5 months ago
- Simple Distributed Locks in Go using Redis, MySQL, PostgreSQL, MongoDB, etc.☆38Updated 5 months ago
- Missing Trie implementation for Go☆12Updated 3 years ago
- Fast event-loop networking for Go (the lite version)☆71Updated 4 years ago
- A Go implementation of an in-memory bloom filter, with support for boltdb and badgerdb as optional data persistent storage.☆28Updated 3 years ago
- A fast file-based priority queue☆58Updated last year
- 🔑 A high performance Key/Value store written in Go with a predictable read/write performance and high throughput. Uses a Bitcask on-disk…☆33Updated last year
- Expression evaluator for Go☆70Updated 3 weeks ago
- A fast, reliable, simple hashmap that only supports the uint64 key/value. Faster than the runtime hashmap in almost all cases.☆23Updated last month
- ☆34Updated 4 years ago
- A collection of efficient generic integer parser functions for Go☆19Updated 6 months ago
- A simple prometheus metrics and pprof profile viewer.☆46Updated 2 years ago
- Generic wrapper around strconv.Parse*☆37Updated 2 years ago
- high performance key value database written in Go. Deprecated. Use robaho/leveldb☆86Updated 2 years ago
- A buffer pool file I/O library for Go☆55Updated 3 years ago
- SkeletonDB is a lock-less thread safe in memory MVCC store written in Go.☆23Updated 8 years ago
- Optimized implementation of Cuckoo Filter: Practically Better Than Bloom.☆46Updated 2 months ago