Top 20 NuGet dictionary Packages

Japanese and kanji dictionary .NET library built upon JMdict, JMnedict, KANJIDIC, RADKFILE/KRADFILE, and KanjiVG. Targets .NET Standard 2.0 for use in .NET 5.0+, .NET Core 2.0+ and .NET Framework 4.6.1+ applications.
Dictionary with advance features including auto retrieval, max limit etc.
Dictionary with advance features including auto retrieval, max limit etc for .Net Core >= 2.0 (Standard 2.0).
A collection of useful C# utilities, extensions, and data structures.
This package implements the Serialization provider contracts for serializers supported in full ASP.NET 4.5 framework
This package implements the Dynamic Serialization of json objects
A library of .NET dictionaries that are useful building blocks for in-memory caches with various eviction strategies (LRU and Random, primarily).
This package adds support Microsoft Azure Storage Table backend to KumoDictionary.
This package adds support Amazon DynamoDB backend to KumoDictionary.
a concurrent cascaded key dictionary
ADN.DataStructures is a cross-platform open-source library which provides data structures utilities to .NET developers
Compare dictionaries in performant way, much faster than using linq
Contains specialized Dictionary implementations, that are 4x faster than the .NET default Dictionary. Breaking changes in 3.1.x - See https://github.com/Capgemini/Cauldron for more information.
Utility for mapping objects between dictionaries and classes in .NET
ADN.Extensions is a cross-platform open-source library which provides helpers and utilities to .NET developers
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 m...