David Spencer - 2002-09-12

I implemented a Map backed by a JDBM BTree
as I've always wanted such a thing i.e. a Map that
is stored on disk.  Source code and a terse
description is here:

http://www.tropo.com/techno/java/jdbm/

If useful I'll do more on this though I have a feeling
this could be in the next stable release anyway.
My code uses v0.12.

-- Dave