VLib/implementation [ Modules ]

[ Top ] [ Modules ]

IDEAS

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

   * key cell - TVHT_IKey_M
   * and data cell - TVHT_Data_M.

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

Collisions are solved with linked list.