#1 2012-09-17 22:35:03

VojkoCendak
Member
From: Celje Slovenia
Registered: 2012-09-02
Posts: 88

Implementing your fast hash search on TCollection

Hi,

If it is possible:
Can you please advise us how to use your fast hash search on our existing TCollection?
We need to find some key strings as fast as possible.

thank you,
Vojko

Offline

#2 2012-09-18 05:44:36

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,238
Website

Re: Implementing your fast hash search on TCollection

There is already a TList acccellerated version using hash in SynCommons.pas.
You may create the same pattern with a TCollection.

Since you are under Delphi 2009, you may use a dictionary.

Offline

Board footer

Powered by FluxBB