[ prog / sol / mona ]

prog


LISP Puzzles

132 2020-05-20 22:48

>>127

except for the R(10^8) case which is now taken by the sequence implementation indicating a low constant

Another aspect is that my timings were taken from inside the python process, using the timeit module, in order to time only the computation itself and avoid including the startup time of the CPython interpreter, which is considerable. If measurements are taken from outside the python process, this interpreter startup time will be included.

boy is the Python3 interpreter fast!

You're a funny one.

>>130

You might want to run a benchmark that actually stresses bigints.

I think the higher-order versions will serve that purpose.

157


VIP:

do not edit these