Le 22/02/2018 à 19:53, Chris Angelico a écrit :
On Fri, Feb 23, 2018 at 2:15 AM, ast <n...@gmail.com> wrote:
Le 22/02/2018 à 13:03, bartc a écrit :

On 22/02/2018 10:59, Steven D'Aprano wrote:




for count in 1, 10, 100, 1000:
     print(count, timeit("cache(maxsize=None)(fib)(20)", setup=setup,
number=count))


 hum ... very astute


--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to