Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 1.33 KB

README.md

File metadata and controls

4 lines (3 loc) · 1.33 KB

ReadHeavyCollections ReadHeavyCollections

GitHub Workflow Status NuGet NuGet Codacy Grade Codecov

An experimental .NET library that provides a ReadHeavyDictionary and a ReadHeavySet, alternatives for the Dictionary and HashSet, with superior read performance at the expense of much slower writing. Ideal in situations where a dictionary is infrequently updated but is very often read from.