Top 20 NuGet dictionary Packages

Amdox.Board.Controls
API wrapper for urbandictionary.com
Forked from Leonid Salavatov's ArrayToExcel
Represents a thread-safe collection of keys and TaskCompletionSource{T} as values.
Custom collection, list types and helpers for JB.Common.Collections based on RX.Net / ReactiveUI .
C# implementation of the multi-key map - a Dictionary with added querying by any combination of sub-keys.
FASTER is a fast concurrent persistent log and key-value store with cache for larger-than-memory data.
Provides a generic, type-safe implementation of an OrderedDictionary.
A .Net library for code simplification.
Simple use of nested dictionary
Includes PooledList, PooledDictionary, PooledSet, PooledStack, PooledQueue, and PooledObservableCollection: based on the corresponding collections in System.Collections.Generic, using ArrayPool internally to reduce allocations, and with some API changes that allow for better compatibility with Span.
A library to convert a dictionary out of a given object or an object out of a dictionary.
Provides the ability to more intuitively connect Parent-Child relationships via Callback methods.
This is a .NET Standard 1.0, .NET 2.0, .NET 3.5, Silverlight 5.0 and Windows Phone Silverlight 8.0 & 8.1 backport from System.Collections.Concurrent.ConcurrentDictionary as defined in .NET Core
Zlib (deflate) compression including dictionary support. This is a wrapper around DotNetZip.
Implementation of a lock-free dictionary on .Net Included types: === NonBlocking.ConcurrentDictionary Lock-free, wait-free implementation of a dictionary. - has the same API as System.Collections.Concurrent.ConcurrentDictionary. - No locks are taken during any operatio...
Tools and extensions for working with collections.
High-performance, memory-efficient collections for .NET. Right now, the package has a fast, compact B-tree based on Google's C++ B-tree library. Other collections are coming soon!
Extensions to expose lists, collections, dictionaries, and enumerables as read-only. IList<T>.AsReadOnly() ICollection<T>.AsReadOnly() IDictionary<TKey,TValue>.AsReadOnly() IEnumerable<T>.AsReadOnly()