Skip to content

Commit 190151f

Browse files
committed
more figures
1 parent 353a9ec commit 190151f

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

kiselyov.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -390,12 +390,19 @@ Overall `compileEta` gives the best result for the Graph Reduction Engine.
390390

391391
| execution time [μs] | compileBracket | compileEta | compileBulk (linear execution) | compileBulk (logarith. execution) |compileBulkLinear | compileBulkLog |
392392
| --- | --- | --- | --- | --- | --- | --- |
393-
| factorial | 41.34 | 41.26 | 41.46 | 41.45 | 41.46 | 41.45 |
394-
| fibonacci | 107.8 | 108.4 | 108.9 | 113.4 | 108.9 | 113.4 |
395-
| ackermann | 32.22 | 24.11 | 25.15 | 34.27 | 25.15 | 34.27 |
396-
| tak | 194.7 | 80.18 | 83.15 | 102.7 | 83.15 | 102.7 |
393+
| factorial | 14.29 | 14.30 | 14.34 | 14.28 | 14.33 | 14.28 |
394+
| fibonacci | 25.53 | 25.68 | 25.73 | 25.91 | 25.88 | 27.12 |
395+
| ackermann | 10.19 | 7.309 | 7.350 | 7.349 | 8.012 | 10.12 |
396+
| tak | 30.35 | 21.28 | 17.90 | 17.97 | 21.81 | 26.21 |
397397

398398

399+
| code size [# comb.] | compileBracket | compileEta | compileBulk (linear execution) | compileBulk (logarith. execution) |compileBulkLinear | compileBulkLog |
400+
| --- | --- | --- | --- | --- | --- | --- |
401+
| factorial | 13 | 13 | 14 | 14 | 14 | 14 |
402+
| fibonacci | 27 | 27 | 26 | 26 | 32 | 36 |
403+
| ackermann | 59 | 44 | 36 | 36 | 64 | 83 |
404+
| tak | 98 | 58 | 29 | 29 | 73 | 81 |
405+
399406

400407

401408

0 commit comments

Comments
 (0)