mirror of
https://github.com/django/django.git
synced 2025-10-27 18:27:00 +00:00
Replaced the custom, untested memoize with a similar decorator from Python's 3.2 stdlib. Although some minor performance degradation (see ticket), it is expected that in the long run lru_cache will outperform memoize once it is implemented in C. Thanks to EvilDMP for the report and Baptiste Mispelon for the idea of replacing memoize with lru_cache. |
||
|---|---|---|
| .. | ||
| _images | ||
| contributing | ||
| committers.txt | ||
| deprecation.txt | ||
| git.txt | ||
| howto-release-django.txt | ||
| index.txt | ||
| mailing-lists.txt | ||
| release-process.txt | ||
| security.txt | ||