> Thank you for sharing that! To me it’s very interesting to see no PyPy > advantage on other tests – PyPy claims otherwise: http://speed.pypy.org/ – > but that could be explained by assuming PyPy tests are hand chosen to show > the advantage.
PyPy is extremely faster when it can abuse its JIT, this rarely happens on 'classic' webapps where the biggest part of the response cycle is spent waiting for dbs (or external services in general). This is the same reason why benchmarking application servers is generally useless :) -- Roberto De Ioris http://unbit.it -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com. To unsubscribe from this group, send email to django-developers+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-developers?hl=en.