Skip to content

Prefer vectorized ProbabilisticMap over Latin1CharSearchValues#89981

Merged
stephentoub merged 1 commit into
dotnet:mainfrom
MihaZupan:searchvalues-probmap-over-latin1
Aug 4, 2023
Merged

Prefer vectorized ProbabilisticMap over Latin1CharSearchValues#89981
stephentoub merged 1 commit into
dotnet:mainfrom
MihaZupan:searchvalues-probmap-over-latin1

Conversation

@MihaZupan

@MihaZupan MihaZupan commented Aug 3, 2023

Copy link
Copy Markdown
Member

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

ghost commented Aug 3, 2023

Copy link
Copy Markdown

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