SoftCircuits.SparseCollections NuGet Package

The SparseCollections library provides the SparseArray<T> and SparseMatrix<T> collection classes.

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.




Got any SoftCircuits.SparseCollections Question?





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)



Tags



STATS

must-have-score

avg-downloads-per-day

3

days-since-last-release

29