Skip to content

Commit

Permalink
Added reference to Influx implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
tdunning authored May 17, 2018
1 parent 1ebf0fa commit b2d0bd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down

0 comments on commit b2d0bd2

Please sign in to comment.