tokyocabinet

TwitterFacebook
Get flash to fully experience Pearltrees
http://fallabs.com/kyotocabinet/ Copyright (C) 2009-2012 FAL Labs Last Update: Fri, 04 Mar 2011 23:07:26 -0800 Overview

Kyoto Cabinet: a straightforward implementation of DBM

http://blog.grayproductions.net/articles/tokyo_cabinets_keyvalue_database_types

Shades of Gray: Tokyo Cabinet's Key-Value Database Types

We've taken a good look at Tokyo Cabinet's Hash Database, but there's a lot more to the library than just that. Tokyo Cabinet supports three other kinds of databases. In addition, each database type accepts various tuning parameters that can be used to change its behavior. Each database type and setting involves different tradeoffs so you really have a lot of options for turning Tokyo Cabinet into exactly what you need. Let's look into some of those options now.
http://fallabs.com/tokyocabinet/

Tokyo Cabinet: a modern implementation of DBM

Copyright (C) 2006-2011 FAL Labs Last Update: Thu, 05 Aug 2010 15:05:11 +0900 BTW, do you know Kyoto Cabinet ? Actually, it is more powerful and convenient library than Tokyo Cabinet.
http://michael.susens-schurter.com/tokyotalk/tokyotalk.html

Tokyo {Cabinet, [Py]Tyrant}

Tokyo Cabinet is a key/value database meant to be the successor of {G,Q}DBM. Tokyo Tyrant is the remote service wrapper for Tokyo Cabinet. PyTyrant is a Python client for Tokyo Tyrant.
By Ilya Grigorik on February 13, 2009 It took Ruby some time to go from an infant research project by Matz to a language we've all come to know so well. Now, another Japanese developer ( Mikio Hirabayashi ) has all the potential to repeat this cycle with his new database project: Tokyo Cabinet . Developed and sponsored by Mixi Inc . http://www.igvita.com/2009/02/13/tokyo-cabinet-beyond-key-value-store/

Tokyo Cabinet: Beyond Key-Value Store