welch / tdigest

tdigest: javascript implementation of Dunning's T-Digest for streaming quantile approximation
MIT License
68 stars 10 forks source link

Feature: Add the ability to save internal state #4

Open daxbert opened 8 years ago

daxbert commented 8 years ago

The current implementation doesn't allow the internal state to be saved and later restored.

I'm proposing adding the following to TDigest:

"saving" will be accomplished via JSON.stringify ( tdObject )

I'll be forking this repo and doing the above shortly.