Bouke Haarsma
9b7455e918
Fixed #21351 -- Replaced memoize with Python's lru_cache.
...
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.
2013-11-11 08:53:09 +01:00
..
2012-03-13 17:53:31 +00:00
2012-12-24 15:38:05 -05:00
2012-03-13 17:53:31 +00:00
2012-03-13 17:53:31 +00:00
2013-09-22 14:44:09 -03:00
2013-10-10 16:49:20 -04:00
2013-09-09 16:03:13 -04:00
2012-06-28 10:49:07 +02:00
2010-08-19 19:27:44 +00:00
2013-04-20 17:18:35 +02:00
2013-09-06 12:57:25 -05:00
2013-09-09 16:03:13 -04:00
2013-10-10 16:49:20 -04:00
2010-08-19 19:27:44 +00:00
2011-02-10 11:55:24 +00:00
2011-10-14 00:12:01 +00:00
2013-09-09 16:03:13 -04:00
2013-03-22 13:50:07 -04:00
2013-01-02 18:32:57 -05:00
2013-10-10 16:49:20 -04:00
2013-07-27 18:46:03 -07:00
2013-09-09 16:03:13 -04:00
2011-08-26 09:31:01 +00:00
2013-05-10 23:08:45 -04:00
2012-03-13 17:53:31 +00:00
2011-09-10 03:33:54 +00:00
2013-10-10 16:49:20 -04:00
2013-11-02 20:15:40 +01:00
2013-09-09 16:03:13 -04:00
2013-07-08 13:59:54 -04:00
2011-09-10 03:33:54 +00:00
2012-08-31 20:35:50 +02:00
2013-08-12 14:05:25 -04:00
2013-08-12 14:05:25 -04:00
2013-08-12 14:05:25 -04:00
2013-08-12 14:05:25 -04:00
2013-08-12 14:05:25 -04:00
2013-09-09 16:03:13 -04:00
2013-09-15 14:14:26 -04:00
2013-09-15 14:14:26 -04:00
2012-08-31 20:35:50 +02:00
2013-08-12 14:05:25 -04:00
2013-08-12 14:05:25 -04:00
2013-09-05 20:14:58 -04:00
2013-08-12 14:05:25 -04:00
2013-10-02 16:41:04 +02:00
2013-09-10 21:07:22 -04:00
2013-09-15 14:14:26 -04:00
2013-10-25 07:55:05 -04:00
2013-11-07 09:42:25 -05:00
2013-10-02 16:41:04 +02:00
2013-09-06 12:57:25 -05:00
2013-09-06 12:57:25 -05:00
2013-03-28 15:03:19 -05:00
2013-10-02 16:41:04 +02:00
2013-09-10 21:07:22 -04:00
2013-09-15 14:14:26 -04:00
2013-11-09 10:17:17 -05:00
2013-09-06 12:57:25 -05:00
2013-11-09 10:11:50 -05:00
2013-11-08 10:47:36 +01:00
2013-11-11 08:53:09 +01:00
2013-11-09 10:11:50 -05:00
2013-09-19 14:57:01 +08:00