We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 23a7939 + d8b138c commit 6a75e24Copy full SHA for 6a75e24
02-introduction.rst
@@ -113,7 +113,7 @@ things faster:
113
>>> timeit("random_walk_faster(n=10000)", globals())
114
10 loops, best of 3: 2.21 msec per loop
115
116
-We gained 250% of computation-time compared to the previous version, not so
+We gained 85% of computation-time compared to the previous version, not so
117
bad. But the advantage of this new version is that it makes numpy vectorization
118
super simple. We just have to translate itertools call into numpy ones.
119
0 commit comments