Disk Based Hashtables (DBH) API
-
Disk Based Hashtables (DBH) 64 bit — Library to create and manage hash tables residing
on disk. Associations are made between keys and
values so that for a given a key the value can be
found and loaded into memory quickly. Being disk based
allows for large and persistent hashes. 64 bit support
allows for hashtables with sizes over 4 Gigabytes on 32
bit systems. Quantified key generation allows for
minimum access time on balanced multidimensional trees.