How to make Python run as fast (or faster) than Julia

ast none at gmail.com
Thu Feb 22 15:15:12 EST 2018


Le 22/02/2018 à 19:53, Chris Angelico a écrit :
> On Fri, Feb 23, 2018 at 2:15 AM, ast <none at 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





More information about the Python-list mailing list