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

String interning #5121

Merged
merged 6 commits into from
Mar 7, 2018
Merged

String interning #5121

merged 6 commits into from
Mar 7, 2018

Commits on Mar 6, 2018

  1. make a global string interner

    In a test on rust-lang#4810 (comment)
    Before we got to 5000000 ticks in ~72 sec
    After we got to 5000000 ticks in ~65 sec
    Eh2406 committed Mar 6, 2018
    Configuration menu
    Copy the full SHA
    1f764c5 View commit details
    Browse the repository at this point in the history
  2. intern the features

    In a test on rust-lang#4810 (comment)
    Before we got to 5000000 ticks in ~65 sec
    After we got to 5000000 ticks in ~52 sec
    Eh2406 committed Mar 6, 2018
    Configuration menu
    Copy the full SHA
    aa58d27 View commit details
    Browse the repository at this point in the history
  3. and links just to be throw

    Eh2406 committed Mar 6, 2018
    Configuration menu
    Copy the full SHA
    ad26b89 View commit details
    Browse the repository at this point in the history
  4. add unsafe

    Eh2406 committed Mar 6, 2018
    Configuration menu
    Copy the full SHA
    26bfc7d View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2018

  1. Configuration menu
    Copy the full SHA
    827fdf8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98480e8 View commit details
    Browse the repository at this point in the history