Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(928)

Issue 186242: Add LRU memoization, use it for compiled code (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
16 years, 1 month ago by bch
Modified:
16 years, 1 month ago
Reviewers:
ced, yangoon1
Visibility:
Public.

Patch Set 1 #

Total comments: 4

Patch Set 2 : Added assert + guidelines #

Total comments: 7

Patch Set 3 : Add assert message, get rid of min_pointers #

Unified diffs Side-by-side diffs Delta from patch set Stats (+79 lines, -25 lines) Patch
M trytond/tools/misc.py View 1 2 2 chunks +79 lines, -25 lines 0 comments Download

Messages

Total messages: 8
bch
16 years, 1 month ago (2010-01-20 18:49:28 UTC) #1
ced
You can add an entry to the CHANGELOG http://codereview.appspot.com/186242/diff/1/2 File trytond/tools/misc.py (right): http://codereview.appspot.com/186242/diff/1/2#newcode519 trytond/tools/misc.py:519: def ...
16 years, 1 month ago (2010-01-20 18:57:00 UTC) #2
bch
16 years, 1 month ago (2010-01-20 20:03:26 UTC) #3
ced
http://codereview.appspot.com/186242/diff/5/1003 File trytond/tools/misc.py (right): http://codereview.appspot.com/186242/diff/5/1003#newcode362 trytond/tools/misc.py:362: assert maxsize >= 4 you can put an error ...
16 years, 1 month ago (2010-01-20 20:51:37 UTC) #4
bch
16 years, 1 month ago (2010-01-20 22:25:31 UTC) #5
ced
Ok for me Don't forget the CHANGELOG
16 years, 1 month ago (2010-01-20 22:57:51 UTC) #6
yangoon1
http://codereview.appspot.com/186242/diff/5/1003 File trytond/tools/misc.py (right): http://codereview.appspot.com/186242/diff/5/1003#newcode348 trytond/tools/misc.py:348: The cache keep a list of keys logicaly separated ...
16 years, 1 month ago (2010-01-20 23:05:43 UTC) #7
bch
16 years, 1 month ago (2010-01-21 09:18:35 UTC) #8
applied
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b