Message182192
Since switching from a simple custom cache to the generalized lru cache made a major slowdown, I think the change should be reverted. A dict + either occasional clearing or a circular queue and a first-in, first-out discipline is quite sufficient. There is no need for the extra complexity of a last-used, first out discipline. |
|
| Date |
User |
Action |
Args |
| 2013-02-15 23:47:25 | terry.reedy | set | recipients:
+ terry.reedy, barry, brett.cannon, rhettinger, jcea, ncoghlan, pitrou, pjenvey, ezio.melotti, zzzeek, asvetlov, sbt, serhiy.storchaka |
| 2013-02-15 23:47:25 | terry.reedy | set | messageid: <[email protected]> |
| 2013-02-15 23:47:25 | terry.reedy | link | issue16389 messages |
| 2013-02-15 23:47:25 | terry.reedy | create | |
|