Skip to content

Reduce HashMap allocations #13614

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

Closed
wants to merge 1 commit into from
Closed

Reduce HashMap allocations #13614

wants to merge 1 commit into from

Conversation

cgaebel
Copy link
Contributor

@cgaebel cgaebel commented Apr 19, 2014

We previously allocated 3x for every HashMap creation and resize. This patch reduces it to 1x.

@brson
Copy link
Contributor

brson commented Apr 19, 2014

I'd love to see a performance analysis of our hashmaps now. We were awful a couple months ago, but have seen many amazing optimizations.

bors added a commit that referenced this pull request Apr 19, 2014
We previously allocated 3x for every HashMap creation and resize. This patch reduces it to 1x.
@bors bors closed this Apr 19, 2014
flip1995 pushed a commit to flip1995/rust that referenced this pull request Nov 7, 2024
…nodejs-version, r=flip1995

fix: usage of `a deprecated Node.js version`

Fixes rust-lang#13613

changelog: none
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.

3 participants