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

Modify benchmarks to compare against stdlib functions #133

Merged
merged 1 commit into from Apr 16, 2024

Commits on Apr 16, 2024

  1. Modify benchmarks to compare against stdlib functions

    This commit refactors and expands the microbenchmarks in order to
    evaluate the performance hit of handling full unicode. It is expected
    that `unicode-segmentation`'s functions are slower since they consider
    graphemes, the question is just how much.
    
    - bump criterion dependency
    - rename benchmarks to remove unicode/grapheme relationship
    - move benchmarks into benchmark group
    - add scalar versions with stdlib "equivalents" (scalars)
    Jonas-Heinrich committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    d6a6eb8 View commit details
    Browse the repository at this point in the history