Merge pull request #40 from polonez/master
Fix typo: remove duplicate 'to'
This commit is contained in:
@@ -1459,7 +1459,7 @@
|
|||||||
"metadata": {},
|
"metadata": {},
|
||||||
"source": [
|
"source": [
|
||||||
"Note: Each time we develop a new algorithm, we would like to compare its performance to some standard old algorithms.\n",
|
"Note: Each time we develop a new algorithm, we would like to compare its performance to some standard old algorithms.\n",
|
||||||
"The use of `@functools.lru_cache` here means that we don't need to to re-run the old algorithms on a standard data set each time; we can just cache the old results. \n",
|
"The use of `@functools.lru_cache` here means that we don't need to re-run the old algorithms on a standard data set each time; we can just cache the old results. \n",
|
||||||
"\n",
|
"\n",
|
||||||
"We can use `benchmark` to see the average call to the absolute value function takes less than a microsecond:"
|
"We can use `benchmark` to see the average call to the absolute value function takes less than a microsecond:"
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user