An optimized string data structure built from Memory<char> and Span<char> to reduce GC.
Info
| Version: | 0.2.1 |
| Author(s): | Erik Mavrinac, https://github.com/erikma |
| Last Update: | Thursday, March 16, 2023 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/erikma/SpanString |
| NuGet Url: | https://www.nuget.org/packages/SpanString |
Install
Install-Package SpanString
dotnet add package SpanString
paket add SpanString
SpanString Download (Unzip the "nupkg" after downloading)
Dependencies
- System.Collections(>= 4.3.0)
Tags