Expand description
Contains the DataTable struct, the core in-memory data structure for a single shard.
Structsยง
- Data
Table - DataTable newtype optimized for snapshots with Arc-wrapped values
Keys are Vec
, values are Arc<Vec > for efficient cloning during snapshots