Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
VLE path variable integration performance patch
This patch fixes 2 cases where the match terminal edge logic for the VLE integration into a match shouldn't be called for a path variable. The cases are as follows - 1) p=()-[*]-(), p=()-[*]->(), p=()<-[*]-() 2) p=(u)-[*]-(), p=(u)-[*]->(), p=(u)<-[*]-() Note: This is for any length of VLE edge, not just * Note: It may be possible to expand this to other cases. This is left for a potential future patch. In the cases listed above, this decreases the execution speed by orders of magnitude. There are no impact on regression tests.
- Loading branch information
Showing
3 changed files
with
241 additions
and
179 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.