On Dec 16, 5:26 pm, 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?
I have added the code here:
http://pygr.googlecode.com/svn/contrib/benchmark/
Based on James Taylor's suggestion I have added another implementation
using
http://pypi.python.org/pypi/python-cdb/0.32
see the results.txt there for a run on linux, it looks like the scores
are a lot closer on linux, I think the sqlite windows implementation
must be slower than that for linux.
> - 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?
As for your questions:
some of those test were a little confusing as I made them up on the
go. There is only one loading now that uses faster loading if
possible. I also renamed some functions because the timer extracts the
function name automatically this way we know what is being tested.
Istvan
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---