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

Possible perfomance issue #9

Closed
alexey-sh opened this issue Sep 21, 2022 · 1 comment
Closed

Possible perfomance issue #9

alexey-sh opened this issue Sep 21, 2022 · 1 comment

Comments

@alexey-sh
Copy link

const [node, path] = stack.shift() as [unknown, string[]];

Implementation of Array.shift can be slow

https://bugs.chromium.org/p/v8/issues/detail?id=12730

@4eb0da
Copy link
Collaborator

4eb0da commented Jan 24, 2023

Thanks for your report! This function was optimized in the commit 62f6a8e
Sorry for the delay

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants