Differences
This shows you the differences between two versions of the page.
| — |
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 " | ||
| + | memoize " | ||
| + | ucho; | ||
| + | ucho; | ||
| + | |||
| + | cmpr9410_001.t.gz: | ||
| + | bez memoize: real 6m0.404s | ||
| + | s meomoize: | ||
| + | |||
