"memoize" is a technical term, != "memorize"
parent
43abdd87bf
commit
29cb940f77
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue