Skip to content

⚡ Blazingly Fast™ .NET library built with Spans for Spans

License

Notifications You must be signed in to change notification settings

Kir-Antipov/Spanned

Repository files navigation

Spanned

GitHub Build Status Version License

Spanned Icon

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.


Getting Started

Installation

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

License

Licensed under the terms of the MIT License.