1 | Informal Notes Until I Have Real Benchmarks
|
2 |
|
3 | 2018/03/17
|
4 | ----------
|
5 |
|
6 | The first version that is deterministic!
|
7 |
|
8 | flanders:
|
9 |
|
10 | real 0m48.762s
|
11 | user 0m45.599s
|
12 | sys 0m3.177s
|
13 |
|
14 | lisa:
|
15 |
|
16 | real 0m19.454s
|
17 | user 0m17.855s
|
18 | sys 0m1.528s
|
19 |
|
20 | Total lines:
|
21 |
|
22 | 1744 _regtest/src/logging/__init__.py
|
23 | 2065 _regtest/src/locale.py
|
24 | 67099 total
|
25 |
|
26 | flanders: 1.38 lines / ms
|
27 | lisa: 3.46 lines / ms
|
28 |
|
29 | Slower than OSH parser!
|
30 |
|
31 |
|
32 | 2018/03/18
|
33 | ----------
|
34 |
|
35 | Did a bunch of major simplifications. Hm seems to be no faster? Slightly
|
36 | slower. Not sure if this is significant.
|
37 |
|
38 | Lisa.
|
39 |
|
40 | real 0m20.079s
|
41 | user 0m18.280s
|
42 | sys 0m1.633s
|
43 |
|