Skip to main content

Module session_graph

Module session_graph 

Source
Expand description

SessionGraph โ€” delta-based semantic graph layered on a shared base.

The shared base symbol table is stored in an ArcSwap so it can be atomically replaced when the repository is re-indexed. Each session maintains its own deltas (added, modified, removed symbols and edges) in lock-free DashMap/DashSet collections.

Structsยง

SessionGraph
A delta-based semantic graph for a single session workspace.