TFastDict
T
TFastDict is a COM version of a dictionary that is very fast and very useful when processing large amounts of data. This source code is the COM version of the dictionary. It's fast. Very useful when working with large amounts of data.
Test results of adding and deleting 1 million data:
Since it is encapsulated into a COM DLL, there is some performance loss, which is within the acceptable range.
Compilation environment:
Windows 10
Visual Studio 2019
Note: Supports compilation of all versions of vs6-vs2019. If you want to support use on xp, please use TFastDict.dsw and upgrade if necessary.
The upgrade route is generally: upgrade vs6 to vs2005 for transition and then upgrade to a higher version of the vs compilation environment.