https://blogs.msdn.microsoft.com/dotnet/2018/04/18/performance-improvements-in-net-core-2-1/
.NET Core 2.1 was announced, with emphasis on using Span<T>
instead of classic String class all around the framework. For
people not familiar with C#, Span<T> is similar to a D array
slice.
- OT - Replacing strings with slices ... rumbu via Digitalmars-d
- Re: OT - Replacing strings wit... Jack Stouffer via Digitalmars-d
- Re: OT - Replacing strings... Steven Schveighoffer via Digitalmars-d
- Re: OT - Replacing str... Seb via Digitalmars-d
- Re: OT - Replacing... Steven Schveighoffer via Digitalmars-d
- Re: OT - Repl... Jack Stouffer via Digitalmars-d
- Re: OT - Replacing str... Jack Stouffer via Digitalmars-d
- Re: OT - Replacing... Steven Schveighoffer via Digitalmars-d
- Re: OT - Repl... Jack Stouffer via Digitalmars-d
