Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Replace circular-queue #374

Open
HEnquist opened this issue Nov 9, 2024 · 0 comments
Open

Replace circular-queue #374

HEnquist opened this issue Nov 9, 2024 · 0 comments
Milestone

Comments

@HEnquist
Copy link
Owner

HEnquist commented Nov 9, 2024

The circular-queue crate, https://crates.io/crates/circular-queue, has not been updated in over four years. Probably a good idea to look for an alternative. It's used for dither and delay filters. Could be https://crates.io/crates/circular-buffer or https://docs.rs/ringbuf/0.4.7/ringbuf/ or maybe a standard VecDeque is enough.

@HEnquist HEnquist added this to the 3.1 milestone Jan 11, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant