【发布时间】:2015-02-13 20:56:51
【问题描述】:
执行命令,
timeit a = (3**(10**7))%24;
在 ipython3 上得到输出,
100000000 loops, best of 3: 13.5 ns per loop
Compiler time: 3.39 s
编译时间是指ipython3中JIT编译器所用的时间吗?
在 Ubuntu 14.04 上使用 ipython3 v1.2.1。
【问题讨论】:
标签: python-3.x ipython jit timeit