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

Improve performance of prune() #16

Closed
ahornung opened this issue Feb 7, 2013 · 0 comments
Closed

Improve performance of prune() #16

ahornung opened this issue Feb 7, 2013 · 0 comments

Comments

@ahornung
Copy link
Member

ahornung commented Feb 7, 2013

Pruning is now mostly "brute-force" and executed recursively for each tree level. This could be optimized in one run, or partial pruning integrated in updateNodeRecurs().

ahornung pushed a commit that referenced this issue Apr 3, 2013
pruning argument no longer necessary (see #16)
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