bitcask
Here are 112 public repositories matching this topic...
UrnaDB is a NoSQL database support diverse data types and transactions.
-
Updated
Aug 3, 2026 - Go
CouloyDB is a storage engine that strikes a balance between performance and storage costs.
-
Updated
Jun 24, 2026 - Go
📁 Build your own fast, persistent KV store(Based on bitcask paper)
-
Updated
Dec 28, 2022 - Ruby
A lock-free thread-safe concurrent SkipMap implementation based on ARENA skiplist which helps develop MVCC memtable for LSM-Tree.
-
Updated
Mar 14, 2026 - Rust
A lightweight embedded key-value store where keys and values are strings. Data is written to numbered binary files on disk and synced to S3. Values are Snappy-compressed. An in-memory index tracks the exact file and byte offset for every live key, so reads never scan - they seek directly.
-
Updated
Aug 14, 2026 - Python
A tiny key-value store backed by Bitcask and Redis Serialization Protocol
-
Updated
Feb 6, 2024 - Rust
[WIP] ✨ TinKV is a simple and fast key-value storage written in Rust, which provides a bultin CLI and a Redis compatible server.
-
Updated
Feb 16, 2022 - Rust
Bitcask Implementation in Rust. A fast key-value store.
-
Updated
Dec 22, 2019 - Rust
📚 A log-structured hash table database. Speedy K/V store for datasets larger than memory.
-
Updated
Aug 14, 2022 - Go
Distributed, fault-tolerant, persistent, auto-increment ID generation service with Raft consensus
-
Updated
Jan 21, 2024 - Go
Persistent Key-Value store based on BitCask.
-
Updated
Jan 26, 2025 - Go
Add this topic to your repo
To associate your repository with the bitcask topic, visit your repo's landing page and select "manage topics."