CSharpTest.Net.Collections 14.906.1403.1082

dotnet add package CSharpTest.Net.Collections --version 14.906.1403.1082
NuGet\Install-Package CSharpTest.Net.Collections -Version 14.906.1403.1082
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="CSharpTest.Net.Collections" Version="14.906.1403.1082" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CSharpTest.Net.Collections --version 14.906.1403.1082
#r "nuget: CSharpTest.Net.Collections, 14.906.1403.1082"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install CSharpTest.Net.Collections as a Cake Addin
#addin nuget:?package=CSharpTest.Net.Collections&version=14.906.1403.1082

// Install CSharpTest.Net.Collections as a Cake Tool
#tool nuget:?package=CSharpTest.Net.Collections&version=14.906.1403.1082

==CSharpTest.Net.Collections==
* BPlusTree - a fairly full featured IDictionary backed by a B+Tree on disk.  
* BTreeDictionary - a fully in-memory IDictionary implemented by a B+Tree.
* BTreeList - an in-memory IList using a B+Tree for storage and access.
* LurchTable - Least Used Recently Concurrent Hash Table, LinkedHashMap but thread-safe.
* MergeSort - Provides a memory-efficient sort for arrays.
* OrderedEnumeration & OrderedKeyValuePairs - Ordered enum of large volumes of key-values.
* OrdinalList - A simple byte[] based bit-mask collection supporting set operations.

Product Compatible and additional computed target framework versions.
.NET Framework net20 is compatible.  net35 was computed.  net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on CSharpTest.Net.Collections:

Package Downloads
UmbracoCms.Web The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Contains the web assemblies needed to run Umbraco Cms. This package only contains assemblies and can be used for package development. Use the UmbracoCms package to setup Umbraco in Visual Studio as an ASP.NET project.

RecursiveMethod.UmbracoXmlParser

Package for making parsing an umbraco.config XML cache file easier. Includes support for Umbraco 8.0.1 and later NuCache DB format.

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on CSharpTest.Net.Collections:

Repository Stars
leekelleher/umbraco-contentment
Contentment for Umbraco - a state of happiness and satisfaction
Shazwazza/UmbracoIdentity
ASP.NET Identity implementation for Umbraco's native member data
Version Downloads Last updated
14.906.1403.1082 1,879,065 9/6/2014

See the main project page (https://github.com/csharptest/CSharpTest.Net.Collections) for release notes.