Download List

프로젝트 설명

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. For example, the overhead for a record is 16 bytes for a hash database, and 5 bytes for a B+ tree database. Furthermore, the scalability of Tokyo Cabinet is great. The database size can be up to 8EB.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2008-05-25 15:34 Back to release list
1.2.6

코드 정리를 완료했다. 버그가 수정되었습니다. tcmimebreak ()와 tcmimeparts () 함수를 추가했다. B 조 + 트리에서 데이터베이스의 트랜잭션 캐시를 조정 있어요.
Tags: Minor feature enhancements
Code cleanup was done. Bugs were fixed. The
tcmimebreak() and tcmimeparts() functions were
added. The B+ tree database's transactions got
cache adjustment.

Project Resources