Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate functional-red-black-tree to Js-sdsl OrderedMap #5

Open
ZLY201 opened this issue Sep 8, 2022 · 2 comments
Open

Migrate functional-red-black-tree to Js-sdsl OrderedMap #5

ZLY201 opened this issue Sep 8, 2022 · 2 comments
Labels
benchmark Requires or pertains to benchmarking

Comments

@ZLY201
Copy link

ZLY201 commented Sep 8, 2022

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 functional-red-black-tree.

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

We would like to invite you to migrate red-black tree related functions to Js-sdsl v4.1.4 and I am willing to submit a pull request for this change.

Looking forward to your reply! :D

@vweevers
Copy link
Member

vweevers commented Sep 8, 2022

Looks promising! I will have a closer look later (no promises as to when).

Any plans to publish a smaller npm package, i.e. one that contains only the RB tree?

@ZLY201
Copy link
Author

ZLY201 commented Sep 8, 2022

Thanks!

const xxx = require("js-sdsl/xxx"); support is being planned.

@vweevers vweevers added the benchmark Requires or pertains to benchmarking label Feb 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
benchmark Requires or pertains to benchmarking
Projects
Status: Backlog
Development

No branches or pull requests

2 participants