[pypy-dev] CFFI speed results

Elefterios Stamatogiannakis estama at gmail.com
Sat Dec 15 02:28:35 CET 2012


On 15/12/2012 12:00 πμ, Maciej Fijalkowski wrote:
> Hi.
>
> For what is worth roughly 1/3 of the time is spent importing all the
> things. This is done in the compilation step in the ASPW, so please
> try running the select few times. Another slightly worrying thing is
> that a lot of time is spent doing utf8 decoding. Can you explain what
> in the SQL statement requires UTF8 conversion?
>
> Cheers,
> fijal
>

Also i should point out that most of the time we run our tests from 
inside the mterm console (by copy pasting), so the timings are not 
affected by the module import.

And conserning the utf8 conversions, our data are multilingual so we 
need to support utf8 throughout madIS.

Regards,

l.


More information about the pypy-dev mailing list