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

Implement iterator logic in RawIter #29

Merged
merged 2 commits into from Jan 24, 2021
Merged

Implement iterator logic in RawIter #29

merged 2 commits into from Jan 24, 2021

Conversation

Kestrer
Copy link
Contributor

@Kestrer Kestrer commented Jan 24, 2021

This extracts the core logic of Iter, IterMut and IntoIter into a RawIter type which tracks all the necessary state. It also avoids storing the buckets inline in IterMut.

src/lib.rs Show resolved Hide resolved
src/lib.rs Show resolved Hide resolved
src/lib.rs Show resolved Hide resolved
@Amanieu Amanieu merged commit dca4007 into Amanieu:master Jan 24, 2021
@Kestrer Kestrer deleted the raw-iter branch January 24, 2021 19:53
@Kestrer Kestrer restored the raw-iter branch February 15, 2021 06:38
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