Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Add Avx512 support to ProbabilisticMap
  • Loading branch information
MihaZupan committed Feb 1, 2024
commit 771179a800bcfc9e56e7b38e8140d08885ca952f
2 changes: 1 addition & 1 deletion src/libraries/System.Memory/tests/Span/SearchValues.cs
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ static int LastIndexOfAnyExceptReferenceImpl(ReadOnlySpan<char> searchSpace, Rea
private static class SearchValuesTestHelper
{
private const int MaxNeedleLength = 10;
private const int MaxHaystackLength = 100;
private const int MaxHaystackLength = 200;

private static readonly char[] s_randomAsciiChars;
private static readonly char[] s_randomLatin1Chars;
Expand Down
Loading