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

Optimize is_ascii for str and [u8]. #74066

Merged
merged 6 commits into from
Jul 12, 2020
Merged

Commits on Jul 5, 2020

  1. Optimize is_ascii for &str and &[u8]

    Thom Chiovoloni committed Jul 5, 2020
    Configuration menu
    Copy the full SHA
    980d8e1 View commit details
    Browse the repository at this point in the history
  2. Avoid vec! allocation in is_ascii_slice_* benches

    Thom Chiovoloni committed Jul 5, 2020
    Configuration menu
    Copy the full SHA
    63e2e2e View commit details
    Browse the repository at this point in the history
  3. Add benchmark for slice is_ascii using align_to

    Thom Chiovoloni committed Jul 5, 2020
    Configuration menu
    Copy the full SHA
    e1d4db6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    13e380d View commit details
    Browse the repository at this point in the history
  5. Add 'unrolled' is_ascii_align_to benchmark, and move is_ascii benchma…

    …rks into own file
    Thom Chiovoloni committed Jul 5, 2020
    Configuration menu
    Copy the full SHA
    dc4a644 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2020

  1. Remove pointless black_box call, add a comment about the `unaligned…

    …_` benches, and clean up stray semicolon
    Thom Chiovoloni committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    a150dcc View commit details
    Browse the repository at this point in the history