Memoization Glossary
Browse 1 memoization terms defined in plain English, from the cultural dictionary of computing.
1 Memoization Terms
- Memo
- Short for memoization — caching the result of a function call so that subsequent calls with the same arguments return the cached value instead of recomputing....
Related Topics
- React (1 terms in common)
- Performance (1 terms in common)