-
Notifications
You must be signed in to change notification settings - Fork 3
Roadmap
Kasey O edited this page Nov 19, 2017
·
11 revisions
-
Add RankedMap<K,V> class: like RankedDictionary<K,V> but with repeating K allowed.
-
Optimize RemoveWhere, RemoveWhereElement methods.
-
Enhance RankedDictionary.KeyCollection:
- Add Min, Max, Last methods
- Add Distinct, Reverse enumerators
-
Add more examples for documentation.
- Add .NET Standard 2.0 target for serialization support.
-
Investigate adding immutable versions of classes.
-
Investigate adding concurrent versions of classes.