ldmtam / go-bitcaskLinks
A Log-Structured Hash Table for Fast Key/Value Data implemented in Golang
☆14Updated 2 years ago
Alternatives and similar repositories for go-bitcask
Users that are interested in go-bitcask are comparing it to the libraries listed below
Sorting:
- A persistent storage (in file) based using B+ tree with byte-slice keys and values☆28Updated 4 years ago
- on-disk hash table(mainly for WAL).☆29Updated 2 years ago
- LSM-based key-value store in Go for educational purpose.☆85Updated 11 months ago
- A distributed fault tolerant scheduler that is horizontally scalable 🔥☆95Updated last year
- A slick BTree on disk based key value store implemented in pure Go☆150Updated 3 years ago
- A collection of best practices and lessons learnt from applying concurrency in go.☆110Updated 10 months ago
- Orchestration-based saga implementation dealing with distributed transactions in a microservice architecture.☆42Updated 3 years ago
- Two-phase (2PC) and three-phase (3PC) protocols implementaion in Golang☆40Updated last month
- Collection of packages and tools to make writing Go code easier.☆20Updated last year
- ☆30Updated 2 years ago
- high performance key value database written in Go. Deprecated. Use robaho/leveldb☆87Updated 3 years ago
- A simple SQL-like database built on top of Key-Value storages☆25Updated 2 years ago
- A key-value persistent database that supports SQL queries over B+ and LSM trees☆31Updated 4 years ago
- Lock-free MPMC Ring Buffer (Generic) for SMP, in golang. Some posts in chinese:☆107Updated 2 weeks ago
- A flexible multi-layer Go caching library to deal with in-memory and shared cache by adopting Cache-Aside pattern.☆160Updated 2 years ago
- Storage algorithms.☆38Updated 5 years ago
- A showcase for using Temporal Workflow as Actors☆13Updated 2 years ago
- Package netpoll implements a network poller based on epoll/kqueue.☆59Updated 2 years ago
- A simplified implementation for log structured merge tree.☆62Updated 5 years ago
- Write Ahead Log for LSM or bitcask storage(or any append-only write).☆281Updated last year
- (educational) build your own disk based KV store in Go☆254Updated last year
- ☆16Updated 3 years ago
- LibraDB is a simple, persistent key/value store written in pure Go in less than 1000 lines for learning purposes.☆199Updated last year
- Log-structured merge-tree☆34Updated 2 years ago
- A fast boolean expression index implementation, especially for RTB ad selection. A Go implementation of the core algorithm in Standford a…☆79Updated 4 years ago
- A fast, disk-based BTree package with an extensive easy-to-use API optimized for large keys with many values.☆102Updated 5 months ago
- Straightforward implementation of Raft Consensus☆66Updated 4 years ago
- raft is a golang library that provides a simple, clean, and idiomatic implementation of the Raft consensus protocol☆137Updated 8 months ago
- A buffer pool file I/O library for Go☆55Updated 4 years ago
- A distributed message queue.☆125Updated last week