Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement tree matching as a DFA for major performance improvements and as a generalization #28

Open
thejoelw opened this issue Mar 17, 2017 · 0 comments

Comments

@thejoelw
Copy link
Contributor

thejoelw commented Mar 17, 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.

@thejoelw thejoelw self-assigned this Mar 17, 2017
@thebho thebho added the ready label Mar 17, 2017
@thebho thebho modified the milestone: v0.3 Mar 20, 2017
@thejoelw 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
@thebho thebho modified the milestones: v0.3, v0.4 Mar 30, 2017
@thebho thebho modified the milestones: v0.4, v0.5 Apr 13, 2017
@Hopding Hopding removed this from the v0.5 milestone Apr 28, 2017
@thejoelw 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
@thejoelw thejoelw added in progress and removed ready labels May 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants