Module indexed

Source
Expand description

A persistent, compacting, indexed data structure of (Key, Value, Time, i64) updates.

Modules§

columnar
A columnar representation of ((Key, Val), Time, i64) data suitable for in-memory reads and persistent storage.
encoding
Data structures stored in Blobs and Logs in serialized form.