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

Address perf+correctness of StrLen and StrChr #480

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

Commits on Nov 17, 2023

  1. Configuration menu
    Copy the full SHA
    9df5497 View commit details
    Browse the repository at this point in the history
  2. Add missed null coverage

    neon-sunset committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    1dcd96d View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2023

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

Commits on Dec 30, 2023

  1. Address SEGFAULT by implementing search manually and aligning the loa…

    …ds at 16B boundary, and bump up to .NET 7 which is required for crossplat SIMD
    neon-sunset committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    2ab0c15 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f2352e View commit details
    Browse the repository at this point in the history
  3. Fix implementation

    neon-sunset committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    23e2b61 View commit details
    Browse the repository at this point in the history
  4. Extend test cases

    neon-sunset committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    20dd125 View commit details
    Browse the repository at this point in the history
  5. Fix CI

    neon-sunset committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    cf488a7 View commit details
    Browse the repository at this point in the history