slackbuilds_ponce/libraries/dbh
Roberto Neri f3ed542b17 libraries/dbh: Added (disk based hashtables library)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
2013-07-09 11:51:14 -05:00
..
dbh.info
dbh.SlackBuild
README
slack-desc

dbh is a library to create and manage 64-bit disk based hash tables,
which are a convenient way to associate unsigned character keys to
data records. Any kind of digital information can go into the data
record, such as text, graphic information, database structures, you
name it. The idea behind using a DBH is to build the key index
directly into a multidimensional file format.