An implementation of Collection<> and List<> that can hold a number of elements limited only by the available memory, tested up to 8 billions.
Info
| Version: | 1.1.0 |
| Author(s): | David Le Bansais |
| Last Update: | Saturday, August 20, 2022 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/dlebansais/LargeList |
| NuGet Url: | https://www.nuget.org/packages/CSharp.LargeList |
Install
Install-Package CSharp.LargeList
dotnet add package CSharp.LargeList
paket add CSharp.LargeList
CSharp.LargeList Download (Unzip the "nupkg" after downloading)
Dependencies
Tags