about summary refs log tree commit
path: root/lib/metropolis/hash.rb
DateCommit message (Collapse)
2011-01-17use constants everywhere to reduce GC thrashing
This makes it easier to notice a typo, too.
2010-12-06allow easier, single-file options for TC and TDB
Most (other) users only need a single file, even though my primary use of this is for multiple files.
2010-11-30hash: fix some settings for memory-only hash
These have no finalizers.
2010-11-30internal API: get and head methods require env
We'll need it for implementing the deflater/inflater
2010-11-23add plain Hash database support
Useful as a proof-of-concept and for benchmark base.