Hacker News new | ask | show | jobs
by vvern 1733 days ago
Is it using https://github.com/tvondra/tdigest under the hood, or a separate implementation?
2 comments

If folks are interested:

https://github.com/timescale/timescaledb-toolkit/blob/main/e...

(The TimescaleDB Toolkit is also implemented in Rust)

Facebook seems to have an even better performance implementation using sqrt. Might make sense to port that over to Rust. https://github.com/facebook/folly/blob/master/folly/stats/TD...
a separate implementation