http://fallabs.com/tokyocabinet/
Tokyo Cabinet is a library of routines for managing a database. It is the
successor of QDBM. Tokyo Cabinet 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. Moreover, the database size is very small and can be up
to 8EB. Furthermore, the scalability of Tokyo Cabinet is great.
Version: 1.4.48
See also: tokyocabinet-devel.
General Commands | |
tcamgr | the command line utility of the abstract database API |
tcamttest | test cases of the abstract database API |
tcatest | test cases of the abstract database API |
tcbmgr | the command line utility of the B+ tree database API |
tcbmttest | test cases of the B+ tree database API |
tcbtest | test cases of the B+ tree database API |
tcfmgr | the command line utility of the fixed-length database API |
tcfmttest | test cases of the fixed-length database API |
tcftest | test cases of the fixed-length database API |
tchmgr | the command line utility of the hash database API |
tchmttest | test cases of the hash database API |
tchtest | test cases of the hash database API |
tctmgr | the command line utility of the table database API |
tctmttest | test cases of the table database API |
tcttest | test cases of the table database API |
tcucodec | popular encoders and decoders |
tcumttest | test cases of the on-memory database API |
tcutest | test cases of the utility API |