diff options
author | Roberto Neri <rneri@libero.it> | 2013-07-09 11:51:14 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2013-07-09 11:51:14 -0500 |
commit | f3ed542b17a55090a3aab5087fff03bf2b924e88 (patch) | |
tree | 724fc8c16ad8712f2eab62cec0d7775ba083efec /libraries/dbh/README | |
parent | 5c84170519d03027164b179ea91d242ab6918e5f (diff) |
libraries/dbh: Added (disk based hashtables library)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'libraries/dbh/README')
-rw-r--r-- | libraries/dbh/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libraries/dbh/README b/libraries/dbh/README new file mode 100644 index 0000000000000..a2d6698798a1a --- /dev/null +++ b/libraries/dbh/README @@ -0,0 +1,6 @@ +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. |