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

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

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.

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