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

Native fill and reverse function cost performance problem when called on heavy array. #12952

Open
Stan-BK opened this issue Feb 26, 2025 · 0 comments

Comments

@Stan-BK
Copy link

Stan-BK commented Feb 26, 2025

Version

3.5.13

Reproduction link

play.vuejs.org/

Steps to reproduce

Click the Fill Array and Reverse Array button to see bench results.

What is expected?

I have some optimizations to lower the cost by shallow the dependency collection which can minor the runtime.

What is actually happening?

Current situation is heavy array cost a bunch of time when call the fill and reverse function.

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

Successfully merging a pull request may close this issue.

1 participant