- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 188
Open
Description
Hey! I'm the developer of Js-sdsl. Official website: https://js-sdsl.github.io/
Now, we are going to published the version 5.0.0 (currently 5.0.0-beta.0).
I see you are using yallist.
In benchmark, we have confirmed that Js-sdsl is several times faster than yallist.
I've submitted a PR to eslint and has been accepted.
See eslint/eslint#16255 and eslint/eslint#16267.
I am willing to submit a pull request for this change.
Looking forward to your reply! :D
Activity
isaacs commentedon Feb 21, 2024
This module is pending a rewrite in TS, but at that time, I'm almost certainly going to replace yallist with just using normal arrays, like I did with minipass. Most of the perf hits that I found using normal arrays were addressed in V8 quite a few years ago, around the node 8.x time frame iirc.