Expand description
Compressed Sparse Row/Column graph storage. Compressed Sparse Row/Column graph storage with delta log for incremental updates.
Structsยง
- CsrGraph
- Bidirectional graph with CSR (outgoing) and CSC (incoming) plus a delta log.
- Stored
Edge - Compact edge data stored in CSR/CSC arrays.