Fast dictionary NuGet Package

Associative collection like usual Dictionary<TKey, TValue>, but with comparer type preserved instead of hiding behind the interface.
Enables devirtualization of calls to the key comparer.
Enables reusing instances of inner array of entries via ArrayPool<T>.Shared.
Provides ToFictionary() extension methods which replace conventional ToDictionary() for materializing LINQ queries.




Got any Fast dictionary Question?





Info

Version: 0.4.0
Author(s): Viktor T.
Last Update: Wednesday, December 30, 2020
.NET Fiddle: Create the first Fiddle
NuGet Url: https://www.nuget.org/packages/Misnomer.Fictionary


Install
Install-Package Misnomer.Fictionary
dotnet add package Misnomer.Fictionary
paket add Misnomer.Fictionary
Misnomer.Fictionary Download (Unzip the "nupkg" after downloading)

.NETStandard 2.0 net461 netcoreapp2.1 netcoreapp3.1
  • No dependencies.
netstandard2.1


Tags



STATS

must-have-score

.5

avg-downloads-per-day

0

days-since-last-release

1211