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

Use inplace normalization and add benchmark #506

Merged
merged 15 commits into from
Jul 5, 2024

Commits on Jun 26, 2024

  1. Configuration menu
    Copy the full SHA
    f541477 View commit details
    Browse the repository at this point in the history
  2. Fix clippy errors

    VianneyRuhlmann committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    15186f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6a12d1c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    40b0f4a View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    2c3e69a View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    1dd4304 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. unwrap loop in bench

    VianneyRuhlmann committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    e7822db View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. * Fix ascii range (#520)

    * Fix early exit in ascci case
    * Make unicode handling faster by checking lowercase class before computing the lowercasing
    paullegranddc authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    21f938d View commit details
    Browse the repository at this point in the history
  2. Add benchmark to ci

    VianneyRuhlmann committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    46d2da2 View commit details
    Browse the repository at this point in the history
  3. Revert "Add benchmark to ci"

    This reverts commit 46d2da2.
    VianneyRuhlmann committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    a76f22f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ab18944 View commit details
    Browse the repository at this point in the history
  5. Add macro benchmark

    VianneyRuhlmann committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    be613d2 View commit details
    Browse the repository at this point in the history
  6. rename benchmark

    VianneyRuhlmann committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    4f6aecf View commit details
    Browse the repository at this point in the history
  7. rename benchmark

    VianneyRuhlmann committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    4ecddd0 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Configuration menu
    Copy the full SHA
    899ff91 View commit details
    Browse the repository at this point in the history