Open msschwartz21 opened 1 day ago
Would we consider just storing the matched node/edge on the graph itself after matching? I guess the issue there arises where you do multiple matching, since we don't want to copy the graph, just store a reference. Still the matcher could store an attribute which is the match_key
that tells you the name of the node/edge attribute to query. I ask because otherwise to dump all the metric info to file, one has to dump the graphs and the dictionaries, whereas if stored on the graph, you could just dump the graph. And the match key I guess... Lol