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.
