-
Notifications
You must be signed in to change notification settings - Fork 27
Span<T> #77
Comments
Nice replacement for ArraySegment with vastly superior utility - plays nice with all container types and enumerators. Could consider moving ZeroCopyBuffer, et al. to this, but that will break compat with older versions of mono, Unity and CLR. |
Introducing .NET Core 2.1 Flagship Types: Span T and Memory T |
System.IO.Pipelines: High performance IO in .NET |
Sweet! Shouldn't be too hard to replace Note, though, that Unity has problems with SignelR on iOS. No idea if this carries over to LMK if there's strong interest. Maybe I can give it a go on a branch... |
https://twitter.com/funcOfJoe/status/943671450677927936
https://twitter.com/khellang/status/943778553111433216
cc @jhugard
The text was updated successfully, but these errors were encountered: