implement hash table

Jens Petersen petersen at redhat.com
Wed Oct 8 13:05:12 EDT 2003


>>>>> "DBS" == Donald Bruce Stewart <dons at cse.unsw.edu.au> writes:

    DBS> There is already one implemented in the GHC
    DBS> libraries.  If you are using GHC 6, you can import
    DBS> Data.HashTable.

There is also the older (less efficient?)  Data.FiniteMap
with very similar functionality.

Jens


More information about the Haskell mailing list