We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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?
Sorry, something went wrong.
Thanks!
const xxx = require("js-sdsl/xxx"); support is being planned.
const xxx = require("js-sdsl/xxx");
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: