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

Queue modification is inefficient #1

Open
endlesscoil opened this issue Mar 6, 2021 · 0 comments
Open

Queue modification is inefficient #1

endlesscoil opened this issue Mar 6, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@endlesscoil
Copy link
Owner

Queue modification, specifically deletes and inserts that cause move operations, are quite inefficient. This is due to refreshing the queue to keep everything in sync. Need to reassess and see if we can remove some of those refreshes while keeping consistency with the remote queue.

@endlesscoil endlesscoil added the enhancement New feature or request label Mar 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant