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

Add serializability #76

Closed
carlduevel opened this issue Nov 29, 2016 · 4 comments
Closed

Add serializability #76

carlduevel opened this issue Nov 29, 2016 · 4 comments

Comments

@carlduevel
Copy link

We use a patched version of t-digest because we have to send AVLTreeDigest over the wire (because we are using spark) and therefore the class has to be serializable. Would you be open to merge this as a pull request? If so we would provide one.

Btw. thx for this awesome library - saves us a ton of time computing percentiles!

@tdunning
Copy link
Owner

tdunning commented Nov 30, 2016 via email

@tibidoh
Copy link

tibidoh commented Dec 22, 2016

Since f4ed7af TDigest is already implements Serializable, which should be enough for Spark.
I guess the only piece which is missing is to release the code (#67)

@carlduevel
Copy link
Author

You are totally right.

@tdunning
Copy link
Owner

tdunning commented Dec 22, 2016 via email

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

3 participants