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

Add benchmarking for whitespace detection in spans #4641

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

Conversation

AlexRadch
Copy link

This commit introduces a new method IsWhiteSpace to benchmark the detection of whitespace in spans.

This commit introduces a new method `IsWhiteSpace` to benchmark the detection of whitespace in spans.
This commit removes several lines that yield specific string values in the `ReadOnlySpan.cs` file. The removed strings include "     5abcdefg", "          10abcdefg", "           11abcdefg", and "            12abcdefg". These changes aim to simplify the output and adjust the test cases generated by this method.
@AlexRadch AlexRadch requested a review from e-kharion January 23, 2025 20:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants