initial TokyoCabinet hash database support
commit5eb8bf5e005d0d800af0c7e5e2dfd6b2526dd218
authorEric Wong <normalperson@yhbt.net>
Mon, 22 Nov 2010 23:36:54 +0000 (22 15:36 -0800)
committerEric Wong <normalperson@yhbt.net>
Tue, 23 Nov 2010 03:56:05 +0000 (22 19:56 -0800)
treee1665fd589f13174a6ff0919946cc96e9308772d
initial TokyoCabinet hash database support

Basically working, for now
15 files changed:
.document [new file with mode: 0644]
.gitignore [new file with mode: 0644]
COPYING [new file with mode: 0644]
GIT-VERSION-GEN [new file with mode: 0755]
GNUmakefile [new file with mode: 0644]
LICENSE [new file with mode: 0644]
README [new file with mode: 0644]
Rakefile [new file with mode: 0644]
lib/metropolis.rb [new file with mode: 0644]
lib/metropolis/tokyocabinet.rb [new file with mode: 0644]
lib/metropolis/tokyocabinet/hdb.rb [new file with mode: 0644]
lib/metropolis/tokyocabinet/hdb/ro.rb [new file with mode: 0644]
metropolis.gemspec [new file with mode: 0644]
setup.rb [new file with mode: 0644]
test/test_tokyocabinet_hdb.rb [new file with mode: 0644]