Hashtable implementation for Delphi 5

后端 未结 9 1511
名媛妹妹
名媛妹妹 2021-02-14 23:37

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

9条回答
  •  滥情空心
    2021-02-14 23:53

    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.

提交回复
热议问题