User Tools

Site Tools


python3:lru_cache

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
python3:lru_cache [2019/05/07 12:24]
jguerin Put note about max recursive depth.
python3:lru_cache [2019/05/07 12:43] (current)
jguerin
Line 42: Line 42:
 ^ 100   | -         | .0192s        | ^ 100   | -         | .0192s        |
 ^ 200   | -         | .024s         | ^ 200   | -         | .024s         |
-^ 300((300 was the chosen cutoff because at 400 we encounter a "maximum recursion depth exceeded" error in Python3. Greater values can be attempted by [[adjusting the stack limit]].))   | -         | .0232s        |+^ 300((300 was the chosen cutoff because at 400 we encounter a "maximum recursion depth exceeded" error in Python3. Greater values can be attempted by [[python3:recursion_depth|adjusting the stack limit]].))   | -         | .0232s        |
  
python3/lru_cache.txt ยท Last modified: 2019/05/07 12:43 by jguerin