TypeCobol icon indicating copy to clipboard operation
TypeCobol copied to clipboard

Performance : replace Distinct() with HashSet

Open smedilol opened this issue 1 year ago • 0 comments

HashSet is faster than using Distinct() method on a List. Find all usages of Distinct() and check if it's useful to switch to HashSet.

smedilol avatar Aug 10 '23 13:08 smedilol