On Aug 5, 2009, at 2:37 PM, Christopher Lee wrote:
> For dbm there appears to be no way to access iteration (from Python) > except via iter(db.keys()), thereby loading the entire set of keys > into memory. Yuck. This will work, but it's not highly scalable. It looks like all we'd have to do is add support for iteration (in the above, not-very-scalable way). Shelf.__contains__ seems to work fine with dbm. -- Chris --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pygr-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/pygr-dev?hl=en -~----------~----~----~----~------~----~------~--~---
