welch / tdigest

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

Migrate red black tree from bintrees to js-sdsl #12

Open ZLY201 opened 1 year ago

ZLY201 commented 1 year ago

Hey! I'm the developer of Js-sdsl. Official website: https://js-sdsl.github.io/

Now, we published the version 4.1.4.

I see you are using bintrees.

In benchmark, we have confirmed that Js-sdsl is several times faster than bintrees.

I've submitted a PR to eslint and has been accepted.

See https://github.com/eslint/eslint/issues/16255 and https://github.com/eslint/eslint/pull/16267.

I am willing to submit a pull request for this change.

Looking forward to your reply! :D