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

replace the core-map benchmark #5476

Merged
merged 2 commits into from
Mar 22, 2013
Merged

replace the core-map benchmark #5476

merged 2 commits into from
Mar 22, 2013

Conversation

thestinger
Copy link
Contributor

The old string benchmarks weren't very useful because the strings weren't long enough, so I just threw those out for now. I left out benchmarks of oldmap because it's clear that it's 30-40% slower and it doesn't implement the Map trait.

This also cleanly divides up insert, search and remove.

bors added a commit that referenced this pull request Mar 22, 2013
The old string benchmarks weren't very useful because the strings weren't long enough, so I just threw those out for now. I left out benchmarks of `oldmap` because it's clear that it's 30-40% slower and it doesn't implement the `Map` trait.

This also cleanly divides up `insert`, `search` and `remove`.
@bors bors closed this Mar 22, 2013
@bors bors merged commit 5acfe3d into rust-lang:incoming Mar 22, 2013
oli-obk pushed a commit to oli-obk/rust that referenced this pull request May 2, 2020
…lip1995

Do not lint in macros for match lints

Don't lint in macros for match lints, more precisely in `check_pat` and `check_local` where it was not the case.

changelog: none

fixes: rust-lang#5362
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.

2 participants