HdrHistogram_rust icon indicating copy to clipboard operation
HdrHistogram_rust copied to clipboard

Support deserializing into existing histogram

Open jonhoo opened this issue 6 years ago • 1 comments

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..

jonhoo avatar Dec 21 '17 02:12 jonhoo

I think it's probably doable.

marshallpierce avatar Dec 21 '17 03:12 marshallpierce