dhSortedDictionary
This is an alternative for VBs Collection-Object or for the Dictionary-Object from scrrun.dll.It offers some nice features as KeyByIndex, IndexByKey, already added Items are changeable, keys don't have to be Strings (Longs, Currencies, Doubles are allowed) -
and is faster in every discipline like Item-Adding, Keyed-Access, Indexed-Access, RemoveByKey, RemoveByIndex, Destroying and Memory-Consumption.
It is based on something I would call a "balanced binary-chop-tree". ;-)
Current Version is 1.1.