HashSet vs List vs Dictionary performance test, taken from here.
Add 1000000 objects (without checking duplicates)
Contains check for half the objects of a collection of 10000
Remove half the objects of a collection of 10000
HashSet vs List vs Dictionary performance test, taken from here.
Add 1000000 objects (without checking duplicates)
Contains check for half the objects of a collection of 10000
Remove half the objects of a collection of 10000