Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.6 / 3....
  • Linux Kernel 3.0.82 LTS...
  • KDE Software Compilatio...
  • PulseAudio 4.0
  • Wireshark 1.10.0
  • NetworkManager 0.9.8.2
  • LibreOffice 3.6.6 / 4.0...
  • SystemRescueCd 3.7.0
  • Linux Kernel 3.10 RC6
  • Ubuntu Tweak 0.8.5
  • Home > Linux > Programming > Libraries

    Tokyo Cabinet 1.4.46

    Download button

    No screenshots available
    Downloads: 2,069  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    Good (3.1/5)
    37 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Mikio Hirabayashi | More programs
    LGPL / FREE
    August 31st, 2010, 12:13 GMT [view history]
    ROOT / Programming / Libraries

     Read user reviews (0)  Refer to a friend  Subscribe

    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.


    Product's homepage

    What's New in This Release: [ read full changelog ]

    · New functions were added, several potential memory leaks were resolved, and the site's documents were updated.

      


    TAGS:

    routines library | database management | hash table | routines | database | QDBM

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM