Categories: None [Edit]
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
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
| Rank | Downloads | Name |
|---|
Depends on
| Rank | Downloads | Name |
|---|---|---|
| 8 | 1,406,261,007 | rake |
| 14 | 1,290,923,206 | minitest |
| 1,458 | 30,365,547 | rake-compiler |
| 193,039 | 507 | vcvars |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | nedpus |