Info
Version: | 0.2.3 |
Author(s): | Russ Powers |
Last Update: | Sunday, October 23, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/russpowers/FastCollections |
NuGet Url: | https://www.nuget.org/packages/FastCollections |
Install
Install-Package FastCollections
dotnet add package FastCollections
paket add FastCollections
FastCollections Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
No dependencies.
- DotNetCross.Memory.Unsafe(>= 0.2.3.4)
- System.Collections(>= 4.0.11)
- System.Diagnostics.Debug(>= 4.0.11)
- System.Runtime(>= 4.1.0)
- System.Runtime.Extensions(>= 4.1.0)
- System.Runtime.InteropServices(>= 4.1.0)
No dependencies.
No dependencies.
No dependencies.
No dependencies.
No dependencies.
No dependencies.
No dependencies.
No dependencies.
No dependencies.
No dependencies.
No dependencies.
Tags
Right now, the package has a fast, compact B-tree based on Google's C++ B-tree library. Other collections are coming soon!.