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 t
EZDSL is a library of data structures, including a hash table, written by Julian Bucknall of TurboPower and DevExpress... I haven't used them, but I would have high expectations for this guy's code.
http://www.boyet.com/FixedArticles/EZDSL.html
You can Try to search in Koders.
Here you have a simple implementation (Winjab project), or this from JCL.
NOTE: See the licence of codes before use it.
Checkout DeCAL, which includes hash tables and more data structures.
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.
RBS Antidot is very good library of containers (including hash-based UnsortedMap).