badeend / ValueCollections

Low overhead immutable collection types with structural equality.
https://badeend.github.io/ValueCollections/
MIT License
2 stars 0 forks source link

Ordered dictionary and hash set support? #1

Open ZzZombo opened 1 month ago

ZzZombo commented 1 month ago

Thanks for your package, we use it extensively. Could you also add at least the ordered dictionary type? Given .NET 9 is going to natively provide one, we are going to use that in the future, and in certain cases a value ordered counterpart is going to be necessary.

badeend commented 1 month ago

We'll need to see how that type pans out in both API design and actual real-world usage. Adding and maintaining an additional type to this library is a non-trivial amount of work.