Memoization

In computing, memoization or memoisation is an optimization technique used primarily to speed up computer programs. It works by storing the results of expensive calls to pure functions, so that these results can be returned quickly should the same inputs occur again.

Source: Wikipedia — Memoization (CC BY-SA 4.0)

Memoization

In computing, memoization or memoisation is an optimization technique used primarily to speed up computer programs. It works by storing the results of expensive calls to pure functions, so that these results can be returned quickly should the same inputs occur again.

Source: Wikipedia "Memoization" · CC BY-SA 4.0

Share this article: X · Bluesky
Privacy Policy