bitcask topic

List bitcask repositories

bitcask

25
Stars
2
Forks
Watchers

🔑 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.

vasedb

250
Stars
28
Forks
Watchers

VaseDB is a NoSQL that supports multiple data types and transactions.

dkv

62
Stars
4
Forks
Watchers

对象存储 - 日志结构哈希表

tinkv

31
Stars
6
Forks
Watchers

[WIP] ✨ TinKV is a simple and fast key-value storage written in Rust, which provides a bultin CLI and a Redis compatible server.

bitcask-lite

24
Stars
1
Forks
Watchers

📚 A log-structured hash table database. Speedy K/V store for datasets larger than memory.

wal

202
Stars
32
Forks
Watchers

Write Ahead Log for LSM or bitcask storage(or any append-only write).

barreldb

152
Stars
8
Forks
Watchers

A disk based KV store (based on Bitcask implementation)

bitcask

22
Stars
2
Forks
Watchers

Bitcask Implementation in Rust. A fast key-value store.

bitcask

15
Stars
2
Forks
Watchers

Bitcask is a log-structured fast KV store.

CouloyDB

158
Stars
25
Forks
Watchers

CouloyDB is a storage engine that strikes a balance between performance and storage costs.