[ Skip to the content ]

Institute of Formal and Applied Linguistics Wiki


[ Back to the navigation ]

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

user:ptacek:memoize [2006/05/15 09:46]
user:ptacek:memoize [2006/05/15 09:46] (current)
Line 1: Line 1:
 +označíš tím funkci
 +cachuje to její návratový hodnoty podle vstupních argumentů
 +
 +  use Memoize;
 +  sub ucho {print "a\n"};
 +  memoize "ucho";
 +  ucho;
 +  ucho;
 +
 +cmpr9410_001.t.gz:
 +bez memoize: real    6m0.404s
 +s meomoize:  real    4m18.091s
 +
  

[ Back to the navigation ] [ Back to the content ]