"memoize" is a technical term, != "memorize"

master
Joey Hess 2008-08-26 17:59:38 -04:00
parent 43abdd87bf
commit 29cb940f77
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ large quantity of data conversion going on. In contrast, `preprocess` hooks
are called generally rarely, and pass around minimal data. are called generally rarely, and pass around minimal data.
External plugins should avoid making RPC calls unnecessarily (ie, in a loop). External plugins should avoid making RPC calls unnecessarily (ie, in a loop).
Memorizing the results of appropriate RPC calls is one good way to minimize the Memoizing the results of appropriate RPC calls is one good way to minimize the
number of calls. number of calls.
Injecting a replacement for a commonly called ikiwiki function Injecting a replacement for a commonly called ikiwiki function