willow-store-simple-sled
Simple persistent storage for Willow data.
- Implements [
willow_data_model::Store]. - Simple, hence it has a straightforward implementation without the use of fancy data structures.
- Uses sled under the hood.
let db = open.unwrap;
let namespace = new_communal;
let store = new.unwrap;
Performance considerations
- Read and write performance should be adequate.
- Loads entire payloads into memory all at once.