a tumblelog is fine too

nrk.scraps.each { |scrap| puts scrap.to_s }

LINK
15th Feb 09
Tokyo Cabinet: a modern implementation of DBM

Tokyo Cabinet is a library of routines for managing a database. The database is a simple data file containing records, each is a pair of a key and a value. Every key and value is serial bytes with variable length. Both binary data and character string can be used as a key and a value. There is neither concept of data tables nor data types. Records are organized in hash table, B+ tree, or fixed-length array.

tags:   tokyo cabinet    dbm    database    programming   
« previous post     next post »
  • home
  • rss
  • archives
  • random

External links:
  • @JoL1hAHN (twitter - english)
  • clorophilla.blog (my blog - italian)
  • GitHub (my code repository - english)

Following:
I have a dictionary. (ihaveadictionary) Thought stream (igrigorik) -Wolf's howls: Wolf of the moon tumblelog (wolfhowls) private Zoo (eurekaeureka) たmblr. (sho) Tumblr Staff (staff) ZOO64 【ぞおむし】 (pocopoko) oleg andreev (oleganza) Quickies, by Andrea Olivato (andreaolivato)

Powered by Tumblr.
Theme by Mirza, slightly modified by me.