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ยง
- Session
Graph - A delta-based semantic graph for a single session workspace.