Skip to content

Roadmap

Kasey O edited this page Nov 19, 2017 · 11 revisions

Short term (vNext):

  • 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.

Medium term:

  • Add .NET Standard 2.0 target for serialization support.

Long term:

  • Investigate adding immutable versions of classes.

  • Investigate adding concurrent versions of classes.

Clone this wiki locally