1
0
mirror of https://github.com/django/django.git synced 2025-04-06 14:36:41 +00:00
Alex Gaynor ee86bf24d2 [1.8.x] Optimized allow_lazy() by not generating a new lazy wrapper on each invocation.
This dramatically improves performance on PyPy. The following benchmark:

python -mtimeit -s "from django.utils.functional import allow_lazy; from django.utils.translation import ugettext_lazy; f = allow_lazy(lambda s: s, str)" "f(ugettext_lazy('abc'))"

goes from 390us per loop to 165us.

Backport of 82e0cd15711c7171aed7af5e481967cc721c9642 from master
2015-02-08 14:57:19 -05:00
..
2015-02-06 09:35:08 -05:00
2015-02-06 08:56:01 -05:00
2015-01-14 09:31:24 +01:00
2015-02-06 09:35:08 -05:00
2015-01-16 17:06:32 -05:00