Created
June 30, 2021 14:48
-
-
Save JacobEvelyn/dd1a5ddf912e351ede1614af7f69759b to your computer and use it in GitHub Desktop.
MemoWise Ruby memoization
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class Example | |
prepend MemoWise | |
def slow_value | |
... | |
end | |
memo_wise :slow_value | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment