Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Hashtable implementation for Delphi 5

Do you know a good and free Hashtable imlementation for Delphi 5 ?

I need to organize a huge amount of data in a hastable and I am bit worried about memory leak issues that I found in most available implementations on the web.

Tks

like image 665
Gustavo Avatar asked Oct 07 '08 15:10

Gustavo


2 Answers

You can also check out the open-source / formerly commercial TurboPower SysTools. Not sure how much it is being updated. At one point Julian Bucknall recommended it over his EZDSL library, although that was back when he still worked fur TurboPower and it was being maintained / updated.

like image 107
Jim McKeeth Avatar answered Oct 17 '22 21:10

Jim McKeeth


You can try my GpStringHash. Guaranteed no memory leaks, but works only with strings. I think it should work in D5.

like image 42
gabr Avatar answered Oct 17 '22 20:10

gabr