Crate omnipaxos_storage

Source
Expand description

A library of storage implementations for OmniPaxos

Modulesยง

memory_storage
an in-memory storage implementation with fast read and writes
persistent_storage
an on-disk storage implementation with persistence for the replica state and the log.