We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
yyx990803
Learn more about funding links in repositories.
Report abuse
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
fill
reverse
3.5.13
play.vuejs.org/
Click the Fill Array and Reverse Array button to see bench results.
Fill Array
Reverse Array
I have some optimizations to lower the cost by shallow the dependency collection which can minor the runtime.
Current situation is heavy array cost a bunch of time when call the fill and reverse function.
The text was updated successfully, but these errors were encountered:
fix(reactivity): enhance native array (fill / reverse) function's per…
c4fe554
…formance close vuejs#12952
Successfully merging a pull request may close this issue.
Version
3.5.13
Reproduction link
play.vuejs.org/
Steps to reproduce
Click the
Fill Array
andReverse 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
andreverse
function.The text was updated successfully, but these errors were encountered: