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

Optimize algorithms by directly constructing a Proof #51

Open
ceilican opened this issue Mar 7, 2013 · 1 comment
Open

Optimize algorithms by directly constructing a Proof #51

ceilican opened this issue Mar 7, 2013 · 1 comment

Comments

@ceilican
Copy link
Member

ceilican commented Mar 7, 2013

For some algorithms (e.g. "DAGify"), it might be possible and not too hard to directly construct a Proof during the foldDown or bottomUp traversal, instead of calling the Proof constructor when the traversal is finished. The Proof constructor traverses the proof once again, and this extra traversal might be saved.

@ceilican
Copy link
Member Author

ceilican commented Mar 7, 2013

Unless efficiency becomes an issue, though, I think this issue should be regarded as low priority.

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

1 participant