Skip to content

Conversation

@MihaZupan
Copy link
Member

@MihaZupan MihaZupan commented Aug 3, 2023

This avoids using Latin1CharSearchValues for sets like "abcde\u0080" that have non-ASCII chars, but also don't have any chars over 255.
We want them to use ProbabilisticWithAsciiCharSearchValues if the implementation is vectorized.

@ghost
Copy link

ghost commented Aug 3, 2023

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

Issue Details

This avoids using Latin1CharSearchValues for sets like "abcd\u0080" that have non-ASCII chars, but also don't have any chars over 255.
We want them to use ProbabilisticWithAsciiCharSearchValues if the implementation is vectorized.

Author: MihaZupan
Assignees: -
Labels:

area-System.Buffers

Milestone: -

@stephentoub stephentoub merged commit 9cf693a into dotnet:main Aug 4, 2023
@ghost ghost locked as resolved and limited conversation to collaborators Sep 3, 2023
@MihaZupan MihaZupan added this to the 8.0.0 milestone Aug 20, 2024
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