krasun / fbptree
A persistent storage (in file) based using B+ tree with byte-slice keys and values
☆25Updated 3 years ago
Alternatives and similar repositories for fbptree:
Users that are interested in fbptree are comparing it to the libraries listed below
- on-disk hash table(mainly for WAL).☆27Updated last year
- An Adaptive Radix Tree (ART) implementation in Go☆79Updated last year
- Log-structured merge-tree☆29Updated last year
- Storage algorithms.☆37Updated 4 years ago
- ☆34Updated 4 years ago
- BTree provides a simple, ordered, in-memory data structure for Go programs.☆45Updated 2 years ago
- Benchmark utility for the tidwall/btree Go package☆22Updated last year
- Off heap golang memory pool☆59Updated 3 years ago
- Simple and efficient WAL implementation in Go 🚀☆58Updated 9 months ago
- Storing strings without GC overhead☆82Updated 5 years ago
- Fast, lock-free, arena-based Skiplist implementation in Go that supports iteration in both directions.☆40Updated 4 years ago
- Consistent hashing hashring implementation.☆34Updated last year
- A spinlock implementation for Go.☆61Updated 4 years ago
- A simplified implementation for log structured merge tree.☆61Updated 4 years ago
- high performance key value database written in Go. Deprecated. Use robaho/leveldb☆86Updated 2 years ago
- SkeletonDB is a lock-less thread safe in memory MVCC store written in Go.☆23Updated 8 years ago
- string interning library for lots of strings☆38Updated 3 years ago
- go2 generics experiment in building generic augmented BTree data structures☆24Updated 3 years ago
- Expression evaluator for Go☆67Updated 11 months ago
- In memory sharded cache implementation☆33Updated 3 years ago
- Package with auto-vectorized math functions for Go☆21Updated 2 years ago
- A buffer pool file I/O library for Go☆54Updated 3 years ago
- Simple SQL parser☆70Updated last month
- UDP Transport: compress, encrypt and send any data reliably over unreliable UDP connections☆44Updated 3 years ago
- A fast, reliable, simple hashmap that only supports the uint64 key/value. Faster than the runtime hashmap in almost all cases.☆23Updated 3 months ago
- Fast integer map for uint32-to-uint32☆28Updated 3 months ago
- Send gRPCs to your Raft leader☆19Updated 3 years ago
- This Project aims to port/build well known and commonly used data structures to GO.☆29Updated 2 years ago
- A collection of efficient generic integer parser functions for Go☆19Updated 4 months ago
- When storing a value in a Go interface allocates memory on the heap.☆72Updated 2 years ago