Skip to content

Commit 1edc9dd

Browse files
rjrj
authored andcommitted
fix stupid typo
1 parent 3739708 commit 1edc9dd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.org

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
seen before, and if they were, fetch the result, and if not, compute the result
88
and cache it for future lookups
99
- eg query steps against an hdb
10-
- eg algorithms whose implementation lends naturally to recursive memoization
11-
as a substitute for dynamic programming
10+
- eg algorithms whose implementation lends naturally to top-down dynamic programming
1211
- the process of memoizing a function should be agnostic to the function,
1312
undoable, configurable, and easy
1413
- lru semantics for cache eviction

0 commit comments

Comments
 (0)