show/hide this revision's text 2 a little clearer and included the name of the unit.

A minor deviation from the plan could be more worthwhile: never add duplicates to the array in the first place, or add them directly to the proposed hash array.

Up till D2009, there is only thashedstringlist THashedStringList (which needs a bunch of costly number -> string conversions and hashes on strings to operate), but if you have D2009 , whatever generics then the Generics.Collections unit is added has something some interesting data structures.

show/hide this revision's text 1

A minor deviation from the plan could be more worthwhile: never add duplicates to the array in the first place, or add them directly to the proposed hash array.

Up till D2009, there is only thashedstringlist (which needs a bunch of costly number -> string conversions and hashes on strings to operate), but if you have D2009, whatever generics unit is added has something interesting.