Reduce worst-case alg complexity of MemoryExtensions.IndexOfAny (#53652)
authorLevi Broderick <GrabYourPitchforks@users.noreply.github.com>
Fri, 4 Jun 2021 05:48:54 +0000 (22:48 -0700)
committerGitHub <noreply@github.com>
Fri, 4 Jun 2021 05:48:54 +0000 (22:48 -0700)
commit5a1b8223dab2f7954e7f206095ba937e5d237299
tree0e7bc061cef210c74e96bf982bfa75ed2e4a4c6a
parent9432653ec71f8f167e5bd64e1e1164fbf096f2f7
Reduce worst-case alg complexity of MemoryExtensions.IndexOfAny (#53652)
src/libraries/Common/tests/TestUtilities/System/Buffers/BoundedMemory.Unix.cs
src/libraries/Common/tests/TestUtilities/System/Buffers/BoundedMemory.Windows.cs
src/libraries/System.Memory/tests/Span/IndexOfAny.AlgorithmicComplexity.cs [new file with mode: 0644]
src/libraries/System.Memory/tests/System.Memory.Tests.csproj
src/libraries/System.Private.CoreLib/src/System/MemoryExtensions.cs
src/libraries/System.Private.CoreLib/src/System/SpanHelpers.Byte.cs
src/libraries/System.Private.CoreLib/src/System/SpanHelpers.T.cs