Skip to content

Commit

Permalink
Merge pull request #108 from marccelani/patch-1
Browse files Browse the repository at this point in the history
Add Folly's implementation of T-Digest to README
  • Loading branch information
tdunning authored May 15, 2018
2 parents ac41e46 + 91611cb commit 1ebf0fa
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 @@ -85,7 +85,7 @@ 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)
- Javascript: [tdigest](https://github.com/welch/tdigest)
- C++: [CPP TDigest](https://github.com/gpichot/cpp-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!

Continuous Integration
Expand Down

0 comments on commit 1ebf0fa

Please sign in to comment.