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

Using ReadOnlySpan<char> on SymbolicRegexRunner #62542

Merged
merged 1 commit into from
Dec 9, 2021

Conversation

joperezr
Copy link
Member

@joperezr joperezr commented Dec 8, 2021

Contributes to Contributes to #59629

Uses Spans on the implementation of the NonBacktracking engine's Go method. FindFirstChar method doesn't need to be changed as it is a no-op on this engine.

@ghost
Copy link

ghost commented Dec 8, 2021

Tagging subscribers to this area: @dotnet/area-system-text-regularexpressions
See info in area-owners.md if you want to be subscribed.

Issue Details

Contributes to Contributes to #59629

Uses Spans on the implementation of the NonBacktracking engine's Go method. FindFirstChar method doesn't need to be changed as it is a no-op on this engine.

Author: joperezr
Assignees: -
Labels:

area-System.Text.RegularExpressions

Milestone: -

@joperezr joperezr merged commit b579961 into dotnet:main Dec 9, 2021
@ghost ghost locked as resolved and limited conversation to collaborators Jan 8, 2022
@joperezr joperezr deleted the SpanSymbolicRegexRunner branch April 6, 2022 16:59
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants