You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The my_power implementation is really slow, I think we should replace it with something faster.
`In [3]: from sprint_tutorial.compute import my_power
In [4]: %timeit my_power(2.5, 8)
The slowest run took 4.27 times longer than the fastest. This could mean that an intermediate result is being cached.
1000000 loops, best of 3: 1.62 µs per loop`
The text was updated successfully, but these errors were encountered:
The my_power implementation is really slow, I think we should replace it with something faster.
`In [3]: from sprint_tutorial.compute import my_power
In [4]: %timeit my_power(2.5, 8)
The slowest run took 4.27 times longer than the fastest. This could mean that an intermediate result is being cached.
1000000 loops, best of 3: 1.62 µs per loop`
The text was updated successfully, but these errors were encountered: