Skip to main contentModule csr
Source pub use index::CsrIndex;pub use local_node_id::LocalNodeId;pub use statistics::DegreeHistogram;pub use statistics::GraphStatistics;pub use statistics::LabelStats;
- index
- Dense integer CSR adjacency index with interned node IDs and labels.
- local_node_id
- Partition-tagged node identifier for cross-partition safety.
- memory
- Memory estimation, access tracking, and prefetching for the CSR index.
- persist
- CSR checkpoint serialization via rkyv. On little-endian platforms
dense arrays are restored zero-copy by pointing
DenseArray at the
archived buffer. - slice_accessors
- Slice accessors for the CSR index.
- statistics
- Edge table statistics for query planning and optimization.
- weights
- Edge weight management for the CSR index.
- Direction
- Edge traversal direction.