about summary refs log tree commit diff stats
path: root/033exclusive_container.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2017-05-30 07:34:58 -0700
committerKartik K. Agaram <vc@akkartik.com>2017-05-31 16:43:05 -0700
commit6424e19999499719014395cc2ecd025e8efb8a91 (patch)
treed06a14b0b05b835b58632d1b1d7c458eb9c1bc84 /033exclusive_container.cc
parent2c678a4e1d7f97c862342ee19cf2d6ee6e901d85 (diff)
downloadmu-6424e19999499719014395cc2ecd025e8efb8a91.tar.gz
3898
There seems to be some chance of speed-up when I inline these functions.
However, it's not a clear enough signal to justify improving the `build`
script to handle the `inline` keyword.

Current timing experiments:
              Before                                After
ubuntu 1GB    9:22,8:48,8:51,9:16,9:17,8:36,9:05    8:55,8:41,8:15,8:27,8:29,8:54,9:29
OS X 8GB      4:05,4:00,4:18,4:09,3:40,3:51,3:56    3:58,3:52,4:01,4:13,4:16,4:31,4:13
Diffstat (limited to '033exclusive_container.cc')
0 files changed, 0 insertions, 0 deletions
?id=69e97c429fb0d9f25cf1f2dc7d19e42123b0bf72'>^
d88232a3 ^
a1d7ed6e ^
871c502d ^
0c0b9489 ^
16246965 ^

5c210a96 ^
20f94973 ^
a1d7ed6e ^
0c0b9489 ^
9506fb8e ^
6f43de0a ^
a1d7ed6e ^
20f94973 ^
fa704bab ^
0c0b9489 ^

a1d7ed6e ^




f2d8598d ^
a1d7ed6e ^

f2d8598d ^


0a1bc759 ^
0c0b9489 ^



9506fb8e ^
20f94973 ^



0c0b9489 ^




16246965 ^



a1d7ed6e ^
ad1a4204 ^

b4b0eb24 ^
ad1a4204 ^



b4b0eb24 ^
a1d7ed6e ^
f8e96a97 ^

871c502d ^

f2d8598d ^

0cfc59d6 ^

























f2d8598d ^


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