RubyGems Navigation menu

lithos 0.1.0

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.

Gemfile:
=

install:
=

Versions:

  1. 0.1.0 May 30, 2026 (21 KB)

Development Dependencies (4):

minitest ~> 5.0
rake ~> 13.0
rake-compiler ~> 1.2
vcvars ~> 0.1, >= 0.1.1

Owners:

Pushed by:

Authors:

  • ned

SHA 256 checksum:

=

Total downloads 205

For this version 205

Version Released:

License:

MIT

Required Ruby Version: >= 3.0

New versions require MFA: true

Version published with MFA: true

Links: