Quote:
Originally Posted by Ether
Why the big difference in CPU time for the pidigits benchmark?
|
Looking at the two programs, it seems that the python sample is using a built-in multi-precision library for python (GMPY, which includes C and C++ for speed), while the lua code is doing... something... with dynamic compilation to make it happen.