nodejs-firestore icon indicating copy to clipboard operation
nodejs-firestore copied to clipboard

Migrate red black tree from bintrees to js-sdsl

Open ZLY201 opened this issue 3 years ago • 1 comments

Thanks for stopping by to let us know something could be better!

Is your feature request related to a problem? Please describe.

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

Now, we published the version 4.1.5-beta.1.

I see you are using functional-red-black-tree.

In benchmark, we have confirmed that Js-sdsl is several times faster than functional-red-black-tree.

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

Describe the solution you'd like

Migrate red black tree from bintrees to js-sdsl.

Describe alternatives you've considered

Migrate red black tree from bintrees to js-sdsl.

ZLY201 avatar Sep 23 '22 05:09 ZLY201

Thanks for the recommendation @ZLY201 . We will take it into consideration.

ehsannas avatar Sep 26 '22 21:09 ehsannas