Question
Faster alternatives to .Distinct()
I'm making a video game where performance is critical.
I'm using the .Distinct() extension method to get unique value from a List. Is there a faster way to do so? (even if it means having many more lines of code)