Dan Stromberg: >> My first attempt would be: a BTree with the word as key, and a 'list of >> filenames' as value. >> http://www.zope.org/Wikis/ZODB/FrontPage/guide/node6.html#SECTION000630000000000000000 > >This is basically what I'm doing now,
Right. My second attempt would be: a BTree with the word as key, and a BTree of filenames as value (or some other persistent container type that's not (un)serialized as a whole when only one element changes). -- René Pijlman -- http://mail.python.org/mailman/listinfo/python-list