aplbrain / grand-cypher

Implementation of the Cypher language for searching NetworkX graphs
Apache License 2.0
78 stars 8 forks source link

Improve limit performance #11

Closed j6k4m8 closed 2 years ago

j6k4m8 commented 2 years ago

Uses the grandiso built-in limit arg to improve performance (avoids searching the full grandiso queue).

Fixes #7