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

std: Cache HashMap keys in TLS #33318

Merged
merged 1 commit into from
May 20, 2016
Merged

Commits on May 19, 2016

  1. std: Cache HashMap keys in TLS

    This is a rebase and extension of rust-lang#31356 where we cache the keys in thread local
    storage. This should give us a nice speed bost in creating hash maps along with
    mostly retaining the property that all maps have a nondeterministic iteration
    order.
    
    Closes rust-lang#27243
    alexcrichton committed May 19, 2016
    Configuration menu
    Copy the full SHA
    eaeef3d View commit details
    Browse the repository at this point in the history