Thanks a lot! i am waiting to switch to PyPy.

Also there is one performance problem. I haven't profile it properly
yet just from looking at Chrome DEV Console.

A simple Tornado async (callback) + pymongo + motor + reading 100
records from db and returning them in json ,
in Python its takes only 1 ms
in Pypy it takes 4-6 ms

I will make proper benchmark on it when i get time. and find which
part is slowing down. But may be you can guess where it is slowing?





On Fri, Aug 29, 2014 at 10:34 PM, Armin Rigo <ar...@tunes.org> wrote:
> Hi Phyo,
>
> Thanks for the report!  I may have fixed it in e80c25f01061.  Please
> try it out with tomorrow's nightly build.
>
>
> A bientôt,
>
> Armin.
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
https://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to