In some library code, I have a List that can contain 50,000 items or more.
Callers of the library can invoke methods that result in strings being added to the list. Ho
From my tests, HashSet takes no time compared to List :)
HashSet
List