-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
performance.txt
119 lines (72 loc) · 1.63 KB
/
performance.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
==============================
2020-04-14 - tested IDE 1.8.12
factor 5+ faster
-----------------------------
example fastShiftIn: 0.2.0
8 bits HIGH
Performance - time in us : read()
FastShiftIn1: 20.43
FastShiftIn2: 39.72
Delta: 19.29
Performance - time in us : readLSBFIRST()
FastShiftIn1: 19.80
FastShiftIn2: 38.84
Delta: 19.04
Performance - time in us : readMSBFIRST()
FastShiftIn1: 19.80
FastShiftIn2: 38.84
Delta: 19.04
Performance - time in us : reference shiftIn()
Standard shiftIn1: 108.61
Standard shiftIn2: 216.43
Delta: 107.82
done...
==============================
tested IDE 1.8.12
2020-04-14
example fastShiftIn: 0.1.5
8 bits HIGH
Performance - time in us
FastShiftIn1: 25.15
FastShiftIn2: 49.15
Delta: 24.00
Standard shiftIn1: 108.51
Standard shiftIn2: 216.43
Delta: 107.92
done...
==============================
tested IDE 1.8.1
20-08-2017
example fastShiftIn: 0.1.4
8 bits HIGH
Performance - time in us
FastShiftIn1: 25.64
FastShiftIn2: 50.16
Delta: 24.52
Standard shiftIn1: 110.53
Standard shiftIn2: 220.48
Delta: 109.95
done...
==============================
2017-4-27
example fastShiftIn: 0.1.3
8 bits HIGH
Performance - time in us
FastShiftIn1: 31.31
FastShiftIn2: 61.48
Delta: 30.18
Standard shiftIn1: 110.54
Standard shiftIn2: 220.48
Delta: 109.94
done...
==============================
example fastShiftIn: 0.1.01
8 bits HIGH
Performance - time in us
FastShiftIn1: 44.83
FastShiftIn2: 88.52
Delta: 43.70
Standard shiftIn1: 110.54
Standard shiftIn2: 220.49
Delta: 109.95
done...