News

The ReadOnlySpan<char>.Split() method in C#. While the String.Split() method might be convenient and easy for you to use, it has performance drawbacks.
If you don’t repeat yourself, keep it simple, and implement only the functionality you really truly need, your C# code will be cleaner, simpler, and much easier to maintain.