add plain Hash database support
commit0f3c1c14630fda58363ffd7d3a942041ca2419eb
authorEric Wong <normalperson@yhbt.net>
Wed, 24 Nov 2010 02:52:08 +0000 (23 18:52 -0800)
committerEric Wong <normalperson@yhbt.net>
Wed, 24 Nov 2010 02:52:08 +0000 (23 18:52 -0800)
treedf1340b1702ac2d8a7b234a1c6e426445fc5d1a1
parent2bb7406db018e6902aacaf495e63d69cf9b93174
add plain Hash database support

Useful as a proof-of-concept and for benchmark base.
lib/metropolis.rb
lib/metropolis/common.rb
lib/metropolis/hash.rb [new file with mode: 0644]
test/test_hash.rb [new file with mode: 0644]