Closed
Description
Split
is going to allocate at least 2 additional string, and in these cases we should be able to just use Span<T>
and allocate only when required.
JsonApiDotNetCore/src/JsonApiDotNetCore/Services/QueryParser.cs
Lines 97 to 104 in c2cb69f
JsonApiDotNetCore/src/JsonApiDotNetCore/Builders/LinkBuilder.cs
Lines 23 to 37 in 83d4a1d