You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This needs to be optimized so that the if statements with a higher probability of failing are placed nearer to the top of the tree, so we encounter cutoffs faster.
The text was updated successfully, but these errors were encountered:
thejoelw
changed the title
Implement tree matcher profiles for major performance improvements
Implement tree matching as a DFA for major performance improvements
Mar 30, 2017
thejoelw
changed the title
Implement tree matching as a DFA for major performance improvements
Implement tree matching as a DFA for major performance improvements and as a generalization
May 5, 2017
Tree matcher generated code example: https://gist.github.com/JWalker1995/da82ba09fff022ee93130a8a2a759f2f
This needs to be optimized so that the if statements with a higher probability of failing are placed nearer to the top of the tree, so we encounter cutoffs faster.
The text was updated successfully, but these errors were encountered: