Open StephenCleary opened 4 years ago
Split from #23
Light-up usage of CompareTo and Equals for spans of chars to make natural string comparisons allocation-free on .NET Core 2.1+.
CompareTo
Equals
Light-up GetHashCode for spans of chars to make it allocation-free on .NET Core 3.0+.
GetHashCode
Possibly can make use of MemoryExtensions.CompareTo.
MemoryExtensions.CompareTo
Split from #23
Light-up usage of
CompareTo
andEquals
for spans of chars to make natural string comparisons allocation-free on .NET Core 2.1+.Light-up
GetHashCode
for spans of chars to make it allocation-free on .NET Core 3.0+.