FYI. test_python252.shelve: Berkeley DB (Hash, version 8, native byte-order) # PYTHON 2.5.2 test_python30.shelve: GNU dbm 1.x or ndbm database, little endian # PYTHON 3.0 I just checked Python 3.0 and found out that bsddb has been retired in Python 3.0. But, it has been replaced with GNU dbm. We may need to test GNU dbm.
Namshin Kim On Wed, Dec 17, 2008 at 7:26 AM, Christopher Lee <l...@chem.ucla.edu> wrote: > > Thanks, Istvan! A few questions: > - could you post your test code so we can understand exactly what each > test means? > > - what's the total time for loading and initializing via > indexed_open(): is it 15.4 s for standard loading, vs. 9.1 + 20.4 s > for fastloading? Or does standard loading also require the indexing > step, for a total of 15.4 + 20.4 s? > > - what exactly does your update test do? 1 million random updates on > existing keys? Add new keys? > > - by sq_dict_open, do you mean sq_dict.open()? There is no > "sq_dict_open" function in the sq_dict.py file that you linked to... > > Thanks again for doing all these tests! > > -- Chris > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pygr-dev" group. To post to this group, send email to pygr-dev@googlegroups.com To unsubscribe from this group, send email to pygr-dev+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/pygr-dev?hl=en -~----------~----~----~----~------~----~------~--~---