Categories: None [Edit]

lithos

https://rubygems.org/gems/lithos
https://github.com/main-path/lithos
lithos is a self-contained embedded key-value store written from scratch as a native extension — no external database dependency. It uses a log-structured merge (LSM) tree: a write-ahead log makes every write durable, an in-memory sorted memtable flushes to immutable SSTables (with bloom filters), and compaction merges them. Keys and values are arbitrary binary strings; keys are kept in sorted order so you get ordered iteration and range scans, plus crash recovery via WAL replay. Windows MSVC (mswin) Ruby only.

Total

Ranking: 195,176 of 196,643
Downloads: 305

Daily

Ranking: 57,730 of 196,611
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
81,406,261,007rake
141,290,923,206minitest
1,45830,365,547rake-compiler
193,039507vcvars

Owners

#GravatarHandle
1iconnedpus