From b2d0bd2481ce12803bbe05c78f226b87ac94576e Mon Sep 17 00:00:00 2001 From: Ted Dunning Date: Thu, 17 May 2018 10:20:35 -0700 Subject: [PATCH] Added reference to Influx implementation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8bd8de2e..650ab0ac 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ Implementations in Other Languages ================= The t-digest algorithm has been ported to other languages: - Python: [tdigest](https://github.com/CamDavidsonPilon/tdigest) - - Go: [github.com/spenczar/tdigest](https://github.com/spenczar/tdigest) + - Go: [github.com/spenczar/tdigest](https://github.com/spenczar/tdigest) [https://github.com/influxdata/tdigest](https://github.com/influxdata/tdigest) - Javascript: [tdigest](https://github.com/welch/tdigest) - C++: [CPP TDigest](https://github.com/gpichot/cpp-tdigest), [FB's Folly Implementation (high performance)](https://github.com/facebook/folly/blob/master/folly/stats/QuantileEstimator.h) - Scala: need link!