MorfoHash/implementation [ Modules ]

[ Top ] [ Modules ]

IDEAS

The hash table implemented here is intended to store just two pointers:

   * key pointer - TMorfoHashKey
   * and data pointer - TMorfoHashData.

Memory management of keys and data objects is left out of the module's scope.

Collisions are solved with linked list.