Skip to content

Reduce HashMap allocations#13614

Closed
cgaebel wants to merge 1 commit into
rust-lang:masterfrom
cgaebel:master
Closed

Reduce HashMap allocations#13614
cgaebel wants to merge 1 commit into
rust-lang:masterfrom
cgaebel:master

Conversation

@cgaebel

@cgaebel cgaebel commented Apr 19, 2014

Copy link
Copy Markdown

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

@brson

brson commented Apr 19, 2014

Copy link
Copy Markdown
Contributor

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