vz-risk / Verum

Implementation of Context-Graph algorithms for graph enrichment and querying.
Apache License 2.0
24 stars 7 forks source link

Ensure get_neo_subgraph function in cg_query is optimized #10

Open gdbassett opened 9 years ago

gdbassett commented 9 years ago

The cg_query->get_neo_subgraph function looks optimized in that it only does (max_depth) queries, (I think), but test it out to make sure. Should also be able to look at commit history to figure it out.