-
Notifications
You must be signed in to change notification settings - Fork 0
graph-lite: CSR-style adjacency storage #3
Copy link
Copy link
Open
Labels
area/backendarea:graph-liteThe embeddable graph libraryThe embeddable graph librarypriority:highBlocks the current phaseBlocks the current phasesize/4hstatus:readyUnblocked, unclaimedUnblocked, unclaimedtype:featNew capabilityNew capability
Milestone
Description
Activity
Metadata
Metadata
Assignees
Labels
area/backendarea:graph-liteThe embeddable graph libraryThe embeddable graph librarypriority:highBlocks the current phaseBlocks the current phasesize/4hstatus:readyUnblocked, unclaimedUnblocked, unclaimedtype:featNew capabilityNew capability
Flat, contiguous arrays for node and edge data — chosen because it is cache-friendly to walk and maps almost directly onto the persisted layout, so a reload can be close to a read rather than a parse-and-rebuild.
Done when
Reference
docs/graph-lite/README.md