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

VecDeque is evil #3

Closed
DCjanus opened this issue Feb 7, 2019 · 1 comment
Closed

VecDeque is evil #3

DCjanus opened this issue Feb 7, 2019 · 1 comment

Comments

@DCjanus
Copy link
Contributor

DCjanus commented Feb 7, 2019

std::collection::VecDeque is too slow and should be replaced by a better ring buffer implementation.

@DCjanus DCjanus closed this as completed Feb 7, 2019
@DCjanus
Copy link
Contributor Author

DCjanus commented Feb 7, 2019

No 'VecDeque::append' used, no need to remove it.

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

No branches or pull requests

1 participant