Consider saving `_build_rankable_subgraph` output to disc (or make it more efficient)
Opened this issue · 0 comments
emrgnt-cmplxty commented
The current implementation of _build_rankable_subgraph
in SymbolGraph
does not scale well. We either need to improve the scaling or start saving output to disc to speed up iteration.