Tokyo Cabinet

Tokyo Cabinet is a library of routines for managing a database. It is the successor of QDBM.
Download

Tokyo Cabinet Ranking & Summary

Advertisement

  • Rating:
  • License:
  • LGPL
  • Price:
  • FREE
  • Publisher Name:
  • Mikio Hirabayashi
  • Publisher web site:
  • http://search.cpan.org/~mikio/

Tokyo Cabinet Tags


Tokyo Cabinet Description

Tokyo Cabinet is a library of routines for managing a database. It is the successor of QDBM. Tokyo Cabinet is a library of routines for managing a database. It is the successor of QDBM. It runs very fast. For example, the time required to store 1 million records is 1.5 seconds for a hash database and 2.2 seconds for a B tree database.As for database of hash table, each key must be unique within a database, so it is impossible to store two or more records with a key overlaps. The following access methods are provided to the database: storing a record with a key and a value, deleting a record by a key, retrieving a record by a key. Moreover, traversal access to every key are provided, although the order is arbitrary. These access methods are similar to ones of DBM (or its followers: NDBM and GDBM) library defined in the UNIX standard. Tokyo Cabinet is an alternative for DBM because of its higher performance.As for database of B tree, records whose keys are duplicated can be stored. Access methods of storing, deleting, and retrieving are provided as with the database of hash table. Records are stored in order by a comparison function assigned by a user. It is possible to access each record with the cursor in ascending or descending order. According to this mechanism, forward matching search for strings and range search for integers are realized. Moreover, transaction is available in database of B tree.Tokyo Cabinet is written in the C language, and provided as API of C, Perl, Ruby, and Java. Tokyo Cabinet is available on platforms which have API conforming to C99 and POSIX. Tokyo Cabinet is a free software licensed under the GNU Lesser General Public License. What's New in This Release: · tcutil.c (tcstrutfnorm, tcstrkwic, tcstrtokenize): new functions. · tcutil.c (tcstrutfnorm, tcstrucsnorm): "TCUNWIDTH" option was added. · tctdb.c (tctdbsetinvcache, tctdbidxsyncicc, tctdbidxcmpkey): new functions. · tctdb.c (tctdbmetasearch, tctdbget4, tctdbqrykwic): new functions. · tctdb.c (tctdbsetindeximpl): the xmsiz parameter is now configured.


Tokyo Cabinet Related Software