isgasho / bitcaskLinks
A Bitcask (LSM+WAL) Key/Value Store written in Go.
☆38Updated 6 years ago
Alternatives and similar repositories for bitcask
Users that are interested in bitcask are comparing it to the libraries listed below
Sorting:
- Fast, lock-free, arena-based Skiplist implementation in Go that supports iteration in both directions.☆41Updated 5 years ago
- high performance key value database written in Go. Deprecated. Use robaho/leveldb☆87Updated 2 years ago
- Storage algorithms.☆38Updated 4 years ago
- Raft backend using LevelDB☆32Updated 3 years ago
- a unified channel package for buffered, unbuffered, and unbounded channels☆40Updated 2 years ago
- Go implementation of B plus tree☆33Updated 3 years ago
- A buffer pool file I/O library for Go☆55Updated 3 years ago
- Server for benchmarking pure Go key/value databases☆33Updated 8 years ago
- Server for benchmarking pure Go key/value databases☆161Updated last year
- Interactive Assembler for Go☆65Updated 8 months ago
- on-disk hash table(mainly for WAL).☆28Updated last year
- Fast event-loop networking for Go (the lite version)☆72Updated 4 years ago
- Package for getting the runtime ID of a goroutine☆48Updated last year
- A Go port of Apache Lucene(Go版Lucene)☆59Updated this week
- 🔑 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
- Native persistent memory support for Go☆81Updated 2 years ago
- A fast, reliable, simple hashmap that only supports the uint64 key/value. Faster than the runtime hashmap in almost all cases.