Sign in Sign up
nuget

Kaos.Collections

KaosCollections is a .NET library that provides generic collection classes for storing elements that are both sorted and indexed. Two of these classes emulate Microsoft's SortedDictionary and SortedSet while delivering superior performance and greatly enhanced capability. Also included are sorted bag and a map classes. Based on order statistic B+ trees, all classes provide getting elements by index, getting the index of an element, range removal by index, range enumeration, and more. Primary types provided are: Kaos.Collections.RankedDictionary<TKey,TValue> Kaos.Collections.RankedSet<T> Kaos.Collections.RankedMap<TKey,TValue> Kaos.Collections.RankedBag<T>

nuget View on Nuget

Activity

Latest release
8y ago
Total releases
2
Cadence
~3 months
Last 12 months
0

Details

First release
Nov 11, 2017
Releases
Version Released
4.1.0 major
3.1.0 initial