about summary refs log tree commit diff stats
path: root/linux/124next-token.subx
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-08-10 06:17:50 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-08-10 06:17:50 -0700
commit179db5aeb6c51936242a33a4612d6f6c1dc88b88 (patch)
tree2c62b521d6bc304e9e2d9cf869892520d8e05188 /linux/124next-token.subx
parente72e5ad2977c054790426722d5809c0a8e5f1307 (diff)
downloadmu-179db5aeb6c51936242a33a4612d6f6c1dc88b88.tar.gz
slack: takes almost 3 minutes to load 55MB
This is with KVM on a pretty fast Thinkpad.

If I exclude images, 14MB takes 45s to load.

There's also a bug in parsing at the moment; it aborts after loading all
records.
Diffstat (limited to 'linux/124next-token.subx')
0 files changed, 0 insertions, 0 deletions
'author Kartik K. Agaram <vc@akkartik.com> 2015-02-21 22:08:58 -0800 committer Kartik K. Agaram <vc@akkartik.com> 2015-02-21 22:08:58 -0800 811 - first test for arrays' href='/akkartik/mu/commit/cpp/019array?h=main&id=d160a8e170ed5488b91c6a9d5e46546d8132233b'>d160a8e1 ^
6f5d7864 ^
d160a8e1 ^




57699011 ^



d160a8e1 ^
7b085072 ^



















7e9c6925 ^


3076bab4 ^
7e9c6925 ^




3076bab4 ^
a55bbd06 ^
7284d503 ^

88be3dbc ^
7e9c6925 ^







7e9c6925 ^





88be3dbc ^
07d35c4a ^














1848b18f ^

a55bbd06 ^

a55bbd06 ^

7e9c6925 ^
07d35c4a ^

a55bbd06 ^
b38e5819 ^
3ba63579 ^
7e9c6925 ^
07d35c4a ^

b38e5819 ^
07d35c4a ^
7e9c6925 ^
b38e5819 ^

07d35c4a ^
a55bbd06 ^
7e9c6925 ^
e853b94e ^
7da71d03 ^
7e9c6925 ^
b38e5819 ^
a55bbd06 ^


07d35c4a ^
a55bbd06 ^


7e9c6925 ^




88be3dbc ^
a55bbd06 ^




7e9c6925 ^
a55bbd06 ^
6f5d7864 ^
a55bbd06 ^
7e9c6925 ^
a55bbd06 ^
7284d503 ^
1848b18f ^
88be3dbc ^
1848b18f ^













a55bbd06 ^

a55bbd06 ^

7e9c6925 ^
a55bbd06 ^

3ba63579 ^
7e9c6925 ^
07d35c4a ^


7e9c6925 ^
07d35c4a ^
a55bbd06 ^






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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180