An experimental .NET library that provides a ReadHeavyDictionary
and a ReadHeavySet
, replacements 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.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
An experimental .NET library that provides a ReadHeavyDictionary and a ReadHeavySet, replacements for the Dictionary and HashSet, with superior read performance at the expense of much slower writing.
License
MarkCiliaVincenti/ReadHeavyCollections
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
An experimental .NET library that provides a ReadHeavyDictionary and a ReadHeavySet, replacements for the Dictionary and HashSet, with superior read performance at the expense of much slower writing.