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

Use a computation graph #371

Merged
merged 23 commits into from Dec 8, 2017
Merged

Use a computation graph #371

merged 23 commits into from Dec 8, 2017

Conversation

evhub
Copy link
Owner

@evhub evhub commented Nov 26, 2017

Instead of greedily applying parse actions, build a computation graph that only gets executed after everything has been parsed. Implements #299.

@evhub evhub added this to the v1.3.2 milestone Nov 26, 2017
@evhub
Copy link
Owner Author

evhub commented Nov 26, 2017

Preliminary testing shows the computation graph is approximately 10% faster than greedy actions, though more testing would be good.

@evhub evhub mentioned this pull request Nov 27, 2017
@evhub
Copy link
Owner Author

evhub commented Dec 8, 2017

Final testing seems to show an approximately 20% performance improvement, so it's getting merged in.

@evhub evhub merged commit 0350eb3 into develop Dec 8, 2017
@evhub evhub deleted the computation-graph branch December 8, 2017 07:34
@evhub evhub added the resolved label Jan 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant