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

More interning #5150

Merged
merged 3 commits into from
Mar 8, 2018
Merged

More interning #5150

merged 3 commits into from
Mar 8, 2018

Conversation

Eh2406
Copy link
Contributor

@Eh2406 Eh2406 commented Mar 8, 2018

This is a small part of the unsuccessful last commit of #5121, this part removes InternedString::new from the innerest of loops.

This is mostly a resubmission of #5147, that I accidentally deleted while bors was testing. This one has new commits, so github will take the resubition.

Eh2406 and others added 3 commits March 7, 2018 22:25
restructure `Activations` for better clone

This builds on the work in rust-lang#5121 When we last met we had:
5000000 ticks in ~48 sec, 0r 104k ticks/sec
This small change brings us to:
5000000 ticks in ~21 sec, 0r 238k ticks/sec
Edit: sorry for the large diff only the last commit is new. The rest are from rust-lang#5121
@rust-highfive
Copy link

r? @matklad

(rust_highfive has picked a reviewer for you, use r? to override)

@matklad
Copy link
Member

matklad commented Mar 8, 2018

r? @alexcrichton

@rust-highfive rust-highfive assigned alexcrichton and unassigned matklad Mar 8, 2018
@alexcrichton
Copy link
Member

@bors: r+

@bors
Copy link
Contributor

bors commented Mar 8, 2018

📌 Commit 9b73182 has been approved by alexcrichton

@bors
Copy link
Contributor

bors commented Mar 8, 2018

⌛ Testing commit 9b73182 with merge 3f7a426...

bors added a commit that referenced this pull request Mar 8, 2018
More interning

This is a small part of the unsuccessful last commit of #5121, this part removes `InternedString::new` from the innerest of loops.

This is mostly a resubmission of #5147, that I accidentally deleted while bors was testing. This one has new commits, so github will take the resubition.
@bors
Copy link
Contributor

bors commented Mar 8, 2018

☀️ Test successful - status-appveyor, status-travis
Approved by: alexcrichton
Pushing 3f7a426 to master...

@bors bors merged commit 9b73182 into rust-lang:master Mar 8, 2018
@Eh2406 Eh2406 deleted the more_interning branch March 8, 2018 16:15
@ehuss ehuss added this to the 1.26.0 milestone Feb 6, 2022
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.

6 participants