prologic / bitcaskLinks
🔑 A high performance Key/Value store written in Go with a predictable read/write performance and high throughput. Uses a Bitcask on-disk layout (LSM+WAL) similar to Riak.
☆33Updated 2 years ago
Alternatives and similar repositories for bitcask
Users that are interested in bitcask are comparing it to the libraries listed below
Sorting:
- An Adaptive Radix Tree (ART) implementation in Go☆83Updated 2 years ago
- Off heap golang memory pool☆60Updated 4 years ago
- Simple and efficient WAL implementation in Go 🚀☆62Updated last year
- on-disk hash table(mainly for WAL).☆29Updated 2 years ago
- Server for benchmarking pure Go key/value databases☆162Updated 2 years ago
- Expression evaluator for Go☆78Updated 8 months ago
- A Bitcask (LSM+WAL) Key/Value Store written in Go.☆37Updated 6 years ago
- Pure Go SQL parser☆173Updated 2 weeks ago
- Raft backend implementation using BadgerDB☆120Updated 2 years ago
- ☆34Updated 4 years ago
- Package for getting the runtime ID of a goroutine☆49Updated 2 months ago
- Easy to use Raft library to make your app distributed, highly available and fault-tolerant☆75Updated 4 years ago
- minimal password generator☆25Updated last year
- Golang wrapper for WASM3 (https://github.com/wasm3/wasm3)☆79Updated 3 years ago
- Optimized implementation of Cuckoo Filter: Practically Better Than Bloom.☆46Updated 2 weeks ago
- Benchmarks of Badger☆96Updated 3 years ago
- Simple Go library for executing lots of operations spread over any number of threads☆75Updated 2 years ago
- A spinlock implementation for Go.☆63Updated 4 years ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆82Updated 3 years ago
- Go implementation of Bitcask - A Log-Structured Hash Table for Fast Key / Value Data☆37Updated last week
- Log-structured merge-tree☆32Updated 2 years ago
- Promise to the Go compiler that your Reads and Writes are well-behaved☆60Updated 6 years ago
- An effective time-series data compression/decompression method based on Facebook's Gorilla.☆75Updated 3 years ago
- Efficiently box values in Go. Optimized for primitives, strings, and byte slices.☆75Updated 4 months ago
- A simple, single binary, message queue. Supports HTTP/2 and Redis Protocol.☆207Updated 2 years ago
- SkeletonDB is a lock-less thread safe in memory MVCC store written in Go.☆23Updated 9 years ago
- Load file-backed memory☆122Updated 3 years ago
- ☆123Updated 2 years ago
- Go io uring syscall implementation without CGO, rewrite on branch v0.4☆118Updated 2 years ago
- Fast, lock-free, arena-based Skiplist implementation in Go that supports iteration in both directions.☆43Updated 5 years ago