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

perf: Optimize reordering fetch queue #1203

Merged
merged 1 commit into from
May 11, 2022
Merged

Conversation

manthey
Copy link
Contributor

@manthey manthey commented May 11, 2022

When reordering an existing item in a fetch queue, instead of splicing it out of the queue and splicing it back in, shift existing components and add it. This is faster than splicing.

When reordering an existing item in a fetch queue, instead of splicing
it out of the queue and splicing it back in, shift existing components
and add it.  This is faster than splicing.
@manthey manthey force-pushed the optimize-fetch-queue-reorder branch from 4259d26 to 0854328 Compare May 11, 2022 17:42
@manthey manthey merged commit c8c9edd into master May 11, 2022
@manthey manthey deleted the optimize-fetch-queue-reorder branch May 11, 2022 17:57
@github-actions
Copy link

🎉 This PR is included in version 1.8.5 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

1 participant