diff options
| author | Michael Hamlin <1197072+myrrhlin@users.noreply.github.com> | 2019-07-16 22:45:38 -0400 |
|---|---|---|
| committer | Michael Hamlin <1197072+myrrhlin@users.noreply.github.com> | 2019-07-18 10:27:11 -0400 |
| commit | 45c08f99aa00713944a4c145a37d289897b0b537 (patch) | |
| tree | 66ac7f2bd5a5bb3a160c1513064d8a86d0440c75 /stats | |
| parent | 03ac841beabdc070b314c7b0e6765cd82bfae8c2 (diff) | |
| download | perlweeklychallenge-club-45c08f99aa00713944a4c145a37d289897b0b537.tar.gz perlweeklychallenge-club-45c08f99aa00713944a4c145a37d289897b0b537.tar.bz2 perlweeklychallenge-club-45c08f99aa00713944a4c145a37d289897b0b537.zip | |
remember previous evaluations
which avoids a lot of calls. previously:
A( 3, 10 ) = 8189 ...after 44698325 calls.
becomes:
A( 3, 10 ) = 8189 ...after 24584 calls.
Diffstat (limited to 'stats')
0 files changed, 0 insertions, 0 deletions
