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

Histogram tree is slow #2

Closed
tdunning opened this issue Jan 29, 2014 · 1 comment
Closed

Histogram tree is slow #2

tdunning opened this issue Jan 29, 2014 · 1 comment

Comments

@tdunning
Copy link
Owner

The implementation of a binary tree in t-digest is a quick and dirty version of an A-A tree. It could be made much faster through the use of type specific arrays or even just cleaner code.

@tdunning
Copy link
Owner Author

Fixed in 2.0. The old data structure is still available.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant