On Tuesday, November 19, 2013 11:12:52 PM UTC+1, Arnon Marcus wrote: > > 10x Niphlod, I'll check that tomorrow... > > I can provide any code you like - this is solid and consistent. >
Exactly what I'm asking. a self-contained testbase to reproduce (including data, models and such). > > The interesting (and somewhat disappointing) factoid I got from your > results, was that PyPy was just as "slow" in un-parsed mode... ;) > pypy isn't a silver bullet for everything. BTW, lots of the time is spent actually interacting with SQLite, so the fact that a pure python library on pypy catches up with the C library shipped with python is quite itself the proof that pypy is a reeeeaally good project. BTW2: look at the "with_simple_processor" code. It does what your patch, but in one line, and it works for any select(). -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

