equal
deleted
inserted
replaced
1 % The data files, written on the first run. |
|
2 |
|
3 |
|
4 \begin{filecontents}{re-python2.data} |
|
5 1 0.033 |
|
6 5 0.036 |
|
7 10 0.034 |
|
8 15 0.036 |
|
9 18 0.059 |
|
10 19 0.084 |
|
11 20 0.141 |
|
12 21 0.248 |
|
13 22 0.485 |
|
14 23 0.878 |
|
15 24 1.71 |
|
16 25 3.40 |
|
17 26 7.08 |
|
18 27 14.12 |
|
19 28 26.69 |
|
20 \end{filecontents} |
|
21 |
|
22 |
|
23 % JavaScript, example (a*)*b |
|
24 \begin{filecontents}{re-js.data} |
|
25 5 0.061 |
|
26 10 0.061 |
|
27 15 0.061 |
|
28 20 0.070 |
|
29 23 0.131 |
|
30 25 0.308 |
|
31 26 0.564 |
|
32 28 1.994 |
|
33 30 7.648 |
|
34 31 15.881 |
|
35 32 32.190 |
|
36 \end{filecontents} |
|
37 |
|
38 % Java 8, example (a*)*b |
|
39 \begin{filecontents}{re-java.data} |
|
40 5 0.00298 |
|
41 10 0.00418 |
|
42 15 0.00996 |
|
43 16 0.01710 |
|
44 17 0.03492 |
|
45 18 0.03303 |
|
46 19 0.05084 |
|
47 20 0.10177 |
|
48 21 0.19960 |
|
49 22 0.41159 |
|
50 23 0.82234 |
|
51 24 1.70251 |
|
52 25 3.36112 |
|
53 26 6.63998 |
|
54 27 13.35120 |
|
55 28 29.81185 |
|
56 \end{filecontents} |
|
57 |
|
58 |
|