Spanned
is a high-performance, zero-allocation .NET library that introduces span-compatible alternatives to popular BCL types and provides vectorized solutions for common operations on spans.
To get started, first add the Spanned package to your project. You can do this by running the following command:
dotnet add package Spanned
Alternatively, you can install it via the Package Manager Console with this command:
Install-Package Spanned
Licensed under the terms of the MIT License.