We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3739708 commit 1edc9ddCopy full SHA for 1edc9dd
README.org
@@ -7,8 +7,7 @@
7
seen before, and if they were, fetch the result, and if not, compute the result
8
and cache it for future lookups
9
- eg query steps against an hdb
10
- - eg algorithms whose implementation lends naturally to recursive memoization
11
- as a substitute for dynamic programming
+ - eg algorithms whose implementation lends naturally to top-down dynamic programming
12
- the process of memoizing a function should be agnostic to the function,
13
undoable, configurable, and easy
14
- lru semantics for cache eviction
0 commit comments