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

Map trait improvements #10547

Closed
wants to merge 2 commits into from
Closed

Commits on Nov 19, 2013

  1. Map trait improvements

    davidhalperin committed Nov 19, 2013
    Configuration menu
    Copy the full SHA
    fe39720 View commit details
    Browse the repository at this point in the history
  2. Only store the last inserted key in smallintmap

    Instead of associating a redundant key with each value, so find_or_insert_with
    can keep a reference to it, just store the one that was just inserted.
    davidhalperin committed Nov 19, 2013
    Configuration menu
    Copy the full SHA
    cdc3d56 View commit details
    Browse the repository at this point in the history