-
Notifications
You must be signed in to change notification settings - Fork 1
Design decision is to maintain the performance and use characteristic of a HashSet. The use of an index would defeat the purpose of a HashSet and would be better served with a KeyedCollection. Inspired by BellaCode's ObservableHashSet (https://github.com/BellaCode/Public/tree/master/ObservableHashSet) and .NET's ObservableCollection.
mykohsu/ObservableHashSet
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
About
Design decision is to maintain the performance and use characteristic of a HashSet. The use of an index would defeat the purpose of a HashSet and would be better served with a KeyedCollection. Inspired by BellaCode's ObservableHashSet (https://github.com/BellaCode/Public/tree/master/ObservableHashSet) and .NET's ObservableCollection.
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published