t-digest
t-digest copied to clipboard
Refactoring out serialization related duties and capturing essence of digest as DigestModel
#87 issue discusses about the design changes here. In this PR, did not adhere to a Transcoder interface since small encoding technique differs across digests. Also it does not seem essential since enforcing conversion to-from DigestModel ensures other serialization techniques can be plugged in later.
Backwards compatibility has been maintained.