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

lib/fs: Add ASCII fastpath for normalization #9365

Draft
wants to merge 18 commits into
base: main
Choose a base branch
from
Draft

Commits on Jan 23, 2024

  1. Add ascii fastpath

    bt90 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    8f744d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18ca1f6 View commit details
    Browse the repository at this point in the history
  3. Use strings.Map

    bt90 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    d358a61 View commit details
    Browse the repository at this point in the history
  4. lower ascii fastpath

    bt90 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    79a74db View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Test ascii detection

    bt90 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    97a209c View commit details
    Browse the repository at this point in the history
  2. Extract test cases

    bt90 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    3008c6f View commit details
    Browse the repository at this point in the history
  3. Add ascii vs unicode benchmark

    bt90 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    28002a7 View commit details
    Browse the repository at this point in the history
  4. lower ascii noop

    bt90 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    b2a1dd2 View commit details
    Browse the repository at this point in the history
  5. Rename testcases

    bt90 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    3b8f86b View commit details
    Browse the repository at this point in the history
  6. upper ascii fastpath

    bt90 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    8a9806e View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. WIP singlepass

    bt90 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    90e76b1 View commit details
    Browse the repository at this point in the history
  2. wip extract functions

    bt90 committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    de792df View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. early continue

    bt90 committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    946cdbb View commit details
    Browse the repository at this point in the history
  2. skip ascii aware ToX

    bt90 committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    80a7236 View commit details
    Browse the repository at this point in the history
  3. Add Latin1 fastpath

    bt90 committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    ff0c88c View commit details
    Browse the repository at this point in the history
  4. avoid utf8 import

    bt90 committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    ad5c4ae View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2024

  1. Add more benchmark cases

    bt90 committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    dcdf29d View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Rename testcases

    bt90 committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    37cb464 View commit details
    Browse the repository at this point in the history