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

gh-126024: optimize UTF-8 decoder for short non-ASCII string #126025

Open
wants to merge 15 commits into
base: main
Choose a base branch
from

Commits on Oct 26, 2024

  1. add find_first_nonascii

    methane committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    5a71387 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2024

  1. utf8_count_codepoints

    methane committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    9b47c2b View commit details
    Browse the repository at this point in the history
  2. fixup

    methane committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    b65bbb2 View commit details
    Browse the repository at this point in the history
  3. fixup

    methane committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    b759ca6 View commit details
    Browse the repository at this point in the history
  4. fix warning

    methane committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    096b1fd View commit details
    Browse the repository at this point in the history
  5. add comment

    methane committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    ea97629 View commit details
    Browse the repository at this point in the history
  6. add news

    methane committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    73c381e View commit details
    Browse the repository at this point in the history
  7. ascii_new

    methane committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    c47d574 View commit details
    Browse the repository at this point in the history
  8. optimize find_first_nonascii

    methane committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    08ce01c View commit details
    Browse the repository at this point in the history
  9. cosmetic changes

    methane committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    7d5f4d2 View commit details
    Browse the repository at this point in the history
  10. update news

    methane committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    8e58bf2 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Configuration menu
    Copy the full SHA
    37715b6 View commit details
    Browse the repository at this point in the history
  2. Revert "ascii_new"

    This reverts commit c47d574.
    methane committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    c3a22b6 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. fix warning

    methane committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    e3adab4 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2024

  1. micro optimization for x86

    methane committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    f563b42 View commit details
    Browse the repository at this point in the history