Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix typo and add wikipedia link for memoization
  • Loading branch information
NicolasCARPi authored and bwasti committed Nov 19, 2018
1 parent 39f3968 commit 8069cc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
@@ -1,6 +1,6 @@
# Cache

`cache.py` is a one file python library that extends memomization across runs using a cache file.
`cache.py` is a one file python library that extends [memoization](https://en.wikipedia.org/wiki/Memoization) across runs using a cache file.

Often it takes some time to load files, do expensive data processing, and train models.
As a result, many nice tools have popped up to make the experience smoother, like Jupyter notebooks.
Expand Down

0 comments on commit 8069cc7

Please sign in to comment.