Mostly just a Delphi programming blog
A HashSet is a high-performance, unordered collection of unique elements.
Delphi 12 introduces THashSet<T> and TObjectHashSet<T> classes in System.Generics.Collections.