Info
Version: | 14.906.1403.1082 |
Author(s): | Roger Knapp |
Last Update: | Saturday, September 6, 2014 |
.NET Fiddle: | Online Example |
Project Url: | https://github.com/csharptest/CSharpTest.Net.Collections |
NuGet Url: | https://www.nuget.org/packages/CSharpTest.Net.Collections |
Install
Install-Package CSharpTest.Net.Collections
dotnet add package CSharpTest.Net.Collections
paket add CSharpTest.Net.Collections
CSharpTest.Net.Collections Download (Unzip the "nupkg" after downloading)
Dependencies
2 packages depend on this package.
Tags
* 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.