Jump to content

Tkrzw

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by François Robere (talk | contribs) at 22:55, 20 December 2016 (Copyedit (minor)). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Template:Histinfo Template:Histinfo

Kyoto Cabinet
Developer(s)FAL Labs
Stable release
1.2.76
Repository
Written inC++
TypeDatabase engine, library
LicenseGNU General Public License
Websitefallabs.com/kyotocabinet/

Tokyo Cabinet and Kyoto Cabinet are two libraries of routines for managing key-value databases. Tokyo Cabinet was sponsored by the Japanese social networking site, Mixi, and was a multithreaded embedded database manager, comparable in functionality to SQLite[1][dubiousdiscuss] (but without an actual SQL implementation) and was announced by its authors as "a modern implementation of DBM".[2] Kyoto Cabinet is the designated successor of Tokyo Cabinet.[2]

Tokyo Cabinet features on-disk B+ trees and hash tables for key-value storage, with "some" support for transactions.[1]

See also

References

  1. ^ a b Smith, Peter (2012). Professional Website Performance. John Wiley & Sons.
  2. ^ a b "Tokyo Cabinet: a modern implementation of DBM". FAL Labs. 5 August 2010. Retrieved 18 October 2014.