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

Resizable protected queue #61

Open
jb55 opened this issue Dec 18, 2024 · 0 comments
Open

Resizable protected queue #61

jb55 opened this issue Dec 18, 2024 · 0 comments
Labels
memory-usage Memory usage related issues

Comments

@jb55
Copy link
Contributor

jb55 commented Dec 18, 2024

When importing a lot of stuff, the size of the circular buffer queue can get larger than our pre-allocated size. We should have dynamic, resizable queue sizes.

This would also allow us to have relatively small queues for our subscription queues, which are needlessly large at the moment.

@jb55 jb55 added the memory-usage Memory usage related issues label Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
memory-usage Memory usage related issues
Projects
None yet
Development

No branches or pull requests

1 participant