Skip to content

std: Support equivalent ArrayList operations in ArrayHashMap #7622

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

Merged
merged 2 commits into from
Jan 7, 2021

Conversation

tetsuo-cpp
Copy link
Contributor

@tetsuo-cpp tetsuo-cpp commented Dec 31, 2020

Closes #7391.

Part of the suggested changes was to rename ArrayList.shrink to ArrayList.shrinkAndFree so I've done that in a separate commit.

@tetsuo-cpp tetsuo-cpp force-pushed the array-hash-map-improvements branch 5 times, most recently from cd092ed to 49573c9 Compare January 4, 2021 22:55
Copy link
Member

@andrewrk andrewrk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Really nice work!

@andrewrk andrewrk merged commit d7d9056 into ziglang:master Jan 7, 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.

ArrayHashMap: support all operations that ArrayList support
2 participants