Info
Version: | 2.1.0 |
Author(s): | Jonathan Wood |
Last Update: | Sunday, April 7, 2024 |
.NET Fiddle: | Online Example |
Project Url: | https://github.com/SoftCircuits/SparseCollections |
NuGet Url: | https://www.nuget.org/packages/SoftCircuits.SparseCollections |
Install
Install-Package SoftCircuits.SparseCollections
dotnet add package SoftCircuits.SparseCollections
paket add SoftCircuits.SparseCollections
SoftCircuits.SparseCollections Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
The array class allow statements such as "array[1000000] = 5" or "array[-1000000] = 6" without having to create a large array. The matrix class does the same thing using a two-dimensional-array metaphor.
Now targets either .NET Standard 2.0 or .NET 5.0, and includes support for nullable reference types.