Hashtable implementation for Delphi 5

后端 未结 9 1563
名媛妹妹
名媛妹妹 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

    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

提交回复
热议问题