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

Support deserializing into existing histogram #73

Open
jonhoo opened this issue Dec 21, 2017 · 1 comment
Open

Support deserializing into existing histogram #73

jonhoo opened this issue Dec 21, 2017 · 1 comment
Assignees

Comments

@jonhoo
Copy link
Collaborator

jonhoo commented Dec 21, 2017

The current deserialization example is a little sad, in that it needs to allocate a new histogram for each of the intermediate deserialized histograms. It would be awesome if there was also a way to deserialize directly into an existing histogram (essentially deserialize + add without an intermediate collection). I don't know if this is doable given the serialization format though..

@marshallpierce
Copy link
Collaborator

I think it's probably doable.

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

2 participants