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

Follow optimization of std::Vec::retain (rust-lang/rust#88060) #200

Merged
merged 1 commit into from Oct 27, 2021

Conversation

niklasf
Copy link
Contributor

@niklasf niklasf commented Oct 8, 2021

Keeps the implementation of ArrayVec::retain in sync with Vec::retain after rust-lang/rust#88060. I see a slight speedup in my pet use case.

Upstream impl by @TennyZhuang

@bluss
Copy link
Owner

bluss commented Oct 27, 2021

Awesome @TennyZhuang and @niklasf

@bluss bluss merged commit 4c8149a into bluss:master Oct 27, 2021
@bluss bluss added this to the 0.7.2 milestone Oct 28, 2021
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

Successfully merging this pull request may close these issues.

None yet

2 participants