Message196731
> Use lru_cache isn't good because several choice generators can be used in a program and because it left large data in a cache long time after it was used.
Yeah, I just did a quick search of the stdlib and only found one instance of lru_cache in use -- another sign that lru_cache is a bad choice. |
|
| Date |
User |
Action |
Args |
| 2013-09-01 19:47:51 | madison.may | set | recipients:
+ madison.may, tim.peters, rhettinger, mark.dickinson, pitrou, aisaac, westley.martinez, serhiy.storchaka |
| 2013-09-01 19:47:51 | madison.may | set | messageid: <[email protected]> |
| 2013-09-01 19:47:51 | madison.may | link | issue18844 messages |
| 2013-09-01 19:47:51 | madison.may | create | |
|