Hashtable implementation for Delphi 5

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

    0 讨论(0)
  • 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.

    0 讨论(0)
  • 2021-02-14 23:56
    • http://www.benya.com/code/collections/hashtable.html
    • http://delphi.blue-aura.co.uk/forum/showthread.php?t=816
    0 讨论(0)
  • 2021-02-14 23:58

    Checkout DeCAL, which includes hash tables and more data structures.

    0 讨论(0)
  • 2021-02-15 00:01

    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.

    0 讨论(0)
  • 2021-02-15 00:07

    RBS Antidot is very good library of containers (including hash-based UnsortedMap).

    0 讨论(0)
提交回复
热议问题