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
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
|
:1711760792:compare-prime_sieve
[0Kcompare-prime_sieve
/run/current-system/sw/bin/candelabra-cli -l --manifest-path /opt/candelabra/src/tests/Cargo.toml -p prime_sieve select --compare
[2024-03-30T01:06:32Z INFO candelabra_cli] Using source dir: "/nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source"
[2024-03-30T01:06:32Z DEBUG candelabra::candidates] Initialised candidate cacher with hash 6543311679163142612
[2024-03-30T01:06:32Z DEBUG primrose::library_specs] Failed to process library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/adaptive.rs. Continuing anyway.
[2024-03-30T01:06:32Z DEBUG primrose::library_specs] Failed to process library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/profiler.rs. Continuing anyway.
[2024-03-30T01:06:32Z DEBUG primrose::library_specs] Failed to process library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/traits.rs. Continuing anyway.
[2024-03-30T01:06:32Z DEBUG candelabra::cost] Initialised benchmark cacher with hash 6543311679163142612
[2024-03-30T01:06:33Z INFO candelabra_cli::select] Processing project prime_sieve
[2024-03-30T01:06:33Z DEBUG candelabra::profiler::info] Checking for nsplit
[2024-03-30T01:06:33Z DEBUG candelabra::profiler::info] Partitions: [ProfilerPartition { occurences: 118132.0, avg_n: 22.905292384789895, avg_op_counts: {"pop": 0.0, "push": 0.0, "insert": 23.905292384789895, "first": 0.0, "get": 0.0, "last": 0.0, "remove": 0.0, "contains": 0.0, "nth": 0.0, "clear": 0.0} }, ProfilerPartition { occurences: 1.0, avg_n: 5132.0, avg_op_counts: {"clear": 0.0, "remove": 0.0, "last": 0.0, "nth": 0.0, "insert": 5133.0, "pop": 0.0, "contains": 0.0, "push": 0.0, "get": 0.0, "first": 0.0} }]
[2024-03-30T01:06:33Z DEBUG candelabra::profiler::info] Costs by partitions: [("std::collections::BTreeSet", [108545396.49787714, 386463.0783643916]), ("primrose_library::SortedVec", [111243970.25679907, 1177386.194208213]), ("std::collections::HashSet", [116800020.83819024, 205347.45777480432])]
[2024-03-30T01:06:33Z DEBUG candelabra::profiler::info] Top by partition: [("std::collections::BTreeSet", 108545396.49787714), ("std::collections::HashSet", 205347.45777480432)]
[2024-03-30T01:06:33Z DEBUG candelabra::profiler::info] With split index 1, split proper is true
┌────────┬───────────────────────────────────────────────────────────────────────┬────────────────────┬───────────────────────────────────────────────────────┐
│ name │ implementation │ estimated cost │ file │
├────────┼───────────────────────────────────────────────────────────────────────┼────────────────────┼───────────────────────────────────────────────────────┤
│ Primes │ std::collections::HashSet │ 117005368.29596505 │ /opt/candelabra/src/tests/prime_sieve/src/types.pr.rs │
│ Primes │ primrose_library::SortedVec │ 112421356.45100729 │ /opt/candelabra/src/tests/prime_sieve/src/types.pr.rs │
│ Primes │ std::collections::BTreeSet │ 108931859.57624152 │ /opt/candelabra/src/tests/prime_sieve/src/types.pr.rs │
│ Primes │ std::collections::BTreeSet until n=34, then std::collections::HashSet │ 108753014.4614856 │ /opt/candelabra/src/tests/prime_sieve/src/types.pr.rs │
│ Sieve │ std::collections::LinkedList │ 14179471355.63251 │ /opt/candelabra/src/tests/prime_sieve/src/types.pr.rs │
│ Sieve │ std::vec::Vec │ 26151238698.804222 │ /opt/candelabra/src/tests/prime_sieve/src/types.pr.rs │
│ Sieve │ std::collections::LinkedList until n=747, then std::vec::Vec │ 3439947390.5240846 │ /opt/candelabra/src/tests/prime_sieve/src/types.pr.rs │
└────────┴───────────────────────────────────────────────────────────────────────┴────────────────────┴───────────────────────────────────────────────────────┘
\begin{center}
\begin{tabular}{|c|c|c|c|}
name & implementation & estimated cost & file \\
\hline
Primes & std::collections::HashSet & 117005368.29596505 & /opt/candelabra/src/tests/prime\_sieve/src/types.pr.rs \\
Primes & primrose\_library::SortedVec & 112421356.45100729 & /opt/candelabra/src/tests/prime\_sieve/src/types.pr.rs \\
Primes & std::collections::BTreeSet & 108931859.57624152 & /opt/candelabra/src/tests/prime\_sieve/src/types.pr.rs \\
Primes & std::collections::BTreeSet until n=34, then std::collections::HashSet & 108753014.4614856 & /opt/candelabra/src/tests/prime\_sieve/src/types.pr.rs \\
Sieve & std::collections::LinkedList & 14179471355.63251 & /opt/candelabra/src/tests/prime\_sieve/src/types.pr.rs \\
Sieve & std::vec::Vec & 26151238698.804222 & /opt/candelabra/src/tests/prime\_sieve/src/types.pr.rs \\
Sieve & std::collections::LinkedList until n=747, then std::vec::Vec & 3439947390.5240846 & /opt/candelabra/src/tests/prime\_sieve/src/types.pr.rs \\
\end{tabular}
\end{center}
[2024-03-30T01:06:33Z DEBUG candelabra::profiler::info] Checking for nsplit
[2024-03-30T01:06:33Z DEBUG candelabra::profiler::info] Partitions: [ProfilerPartition { occurences: 104982.0, avg_n: 48.0, avg_op_counts: {"get": 0.0, "remove": 60.0, "contains": 0.0, "nth": 0.0, "pop": 16.0, "push": 48.0, "insert": 0.0, "first": 0.0, "last": 0.0, "clear": 0.0} }, ProfilerPartition { occurences: 13150.0, avg_n: 498.0, avg_op_counts: {"push": 498.0, "first": 0.0, "pop": 96.0, "remove": 911.0, "nth": 0.0, "contains": 0.0, "insert": 0.0, "get": 0.0, "last": 0.0, "clear": 0.0} }, ProfilerPartition { occurences: 1.0, avg_n: 49998.0, avg_op_counts: {"clear": 0.0, "contains": 0.0, "push": 49998.0, "last": 0.0, "first": 0.0, "nth": 0.0, "remove": 124819.0, "pop": 5134.0, "get": 0.0, "insert": 0.0} }]
[2024-03-30T01:06:33Z DEBUG candelabra::profiler::info] Costs by partitions: [("std::vec::Vec", [920139229.3349389, 21990816690.846436, 3240282778.6228476]), ("std::collections::LinkedList", [82913976.14030395, 116745975.12099935, 13979811404.371206])]
[2024-03-30T01:06:33Z DEBUG candelabra::profiler::info] Top by partition: [("std::collections::LinkedList", 82913976.14030395), ("std::collections::LinkedList", 116745975.12099935), ("std::vec::Vec", 3240282778.6228476)]
[2024-03-30T01:06:33Z DEBUG candelabra::profiler::info] With split index 2, split proper is true
[2024-03-30T01:06:33Z DEBUG candelabra::profiler::info] Checking for nsplit
[2024-03-30T01:06:33Z DEBUG candelabra::profiler::info] Partitions: [ProfilerPartition { occurences: 104982.0, avg_n: 48.0, avg_op_counts: {"pop": 16.0, "push": 48.0, "remove": 60.0, "nth": 0.0, "get": 0.0, "contains": 0.0, "clear": 0.0, "insert": 0.0, "first": 0.0, "last": 0.0} }, ProfilerPartition { occurences: 13150.0, avg_n: 498.0, avg_op_counts: {"insert": 0.0, "contains": 0.0, "last": 0.0, "nth": 0.0, "push": 498.0, "first": 0.0, "pop": 96.0, "get": 0.0, "remove": 911.0, "clear": 0.0} }, ProfilerPartition { occurences: 1.0, avg_n: 49998.0, avg_op_counts: {"push": 49998.0, "clear": 0.0, "first": 0.0, "get": 0.0, "nth": 0.0, "last": 0.0, "remove": 124819.0, "contains": 0.0, "pop": 5134.0, "insert": 0.0} }]
[2024-03-30T01:06:33Z DEBUG candelabra::profiler::info] Costs by partitions: [("std::collections::LinkedList", [82913976.14030395, 116745975.12099935, 13979811404.371206]), ("std::vec::Vec", [920139229.3349389, 21990816690.846436, 3240282778.622847])]
[2024-03-30T01:06:33Z DEBUG candelabra::profiler::info] Top by partition: [("std::collections::LinkedList", 82913976.14030395), ("std::collections::LinkedList", 116745975.12099935), ("std::vec::Vec", 3240282778.622847)]
[2024-03-30T01:06:33Z DEBUG candelabra::profiler::info] With split index 2, split proper is true
[2024-03-30T01:06:33Z DEBUG candelabra::profiler::info] Checking for nsplit
[2024-03-30T01:06:33Z DEBUG candelabra::profiler::info] Partitions: [ProfilerPartition { occurences: 118132.0, avg_n: 22.905292384789895, avg_op_counts: {"pop": 0.0, "contains": 0.0, "nth": 0.0, "get": 0.0, "push": 0.0, "remove": 0.0, "last": 0.0, "clear": 0.0, "insert": 23.905292384789895, "first": 0.0} }, ProfilerPartition { occurences: 1.0, avg_n: 5132.0, avg_op_counts: {"clear": 0.0, "push": 0.0, "remove": 0.0, "insert": 5133.0, "contains": 0.0, "pop": 0.0, "get": 0.0, "last": 0.0, "first": 0.0, "nth": 0.0} }]
[2024-03-30T01:06:33Z DEBUG candelabra::profiler::info] Costs by partitions: [("std::collections::BTreeSet", [108545396.49787714, 386463.0783643916]), ("std::collections::HashSet", [116800020.83819024, 205347.45777480432]), ("primrose_library::SortedVec", [111243970.25679907, 1177386.194208213])]
[2024-03-30T01:06:33Z DEBUG candelabra::profiler::info] Top by partition: [("std::collections::BTreeSet", 108545396.49787714), ("std::collections::HashSet", 205347.45777480432)]
[2024-03-30T01:06:33Z DEBUG candelabra::profiler::info] With split index 1, split proper is true
[2024-03-30T01:06:33Z DEBUG candelabra::confirmation] Saving choices for project prime_sieve
[2024-03-30T01:06:33Z DEBUG candelabra::confirmation] Saving choices for /opt/candelabra/src/tests/prime_sieve/src/types.pr.rs
[2024-03-30T01:06:33Z DEBUG primrose::selector] Setting up directories
[2024-03-30T01:06:33Z DEBUG primrose::selector] Parsing into blocks
[2024-03-30T01:06:33Z DEBUG primrose::selector] Running type checker
[2024-03-30T01:06:33Z DEBUG primrose::selector] Running analysis
[2024-03-30T01:06:33Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/adaptive.rs
[2024-03-30T01:06:33Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/profiler.rs
[2024-03-30T01:06:33Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/traits.rs
[2024-03-30T01:06:33Z INFO candelabra_cli::select] Saved best choices
[2024-03-30T01:06:33Z INFO candelabra_cli::select] Running benchmarks with {("/opt/candelabra/src/tests/prime_sieve/src/types.pr.rs", "Sieve"): std::collections::LinkedList, ("/opt/candelabra/src/tests/prime_sieve/src/types.pr.rs", "Primes"): std::collections::HashSet}
[2024-03-30T01:06:33Z DEBUG candelabra::confirmation] Saving choices for project prime_sieve
[2024-03-30T01:06:33Z DEBUG candelabra::confirmation] Saving choices for /opt/candelabra/src/tests/prime_sieve/src/types.pr.rs
[2024-03-30T01:06:33Z DEBUG primrose::selector] Setting up directories
[2024-03-30T01:06:33Z DEBUG primrose::selector] Parsing into blocks
[2024-03-30T01:06:33Z DEBUG primrose::selector] Running type checker
[2024-03-30T01:06:33Z DEBUG primrose::selector] Running analysis
[2024-03-30T01:06:33Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/adaptive.rs
[2024-03-30T01:06:33Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/profiler.rs
[2024-03-30T01:06:33Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/traits.rs
Compiling prime_sieve v0.1.0 (/opt/candelabra/src/tests/prime_sieve)
Finished bench [optimized] target(s) in 2.94s
Running benches/main.rs (/opt/candelabra/src/tests/target/release/deps/main-6d95aa0223cdf8a8)
[2024-03-30T01:09:45Z INFO candelabra_cli::select] Running benchmarks with {("/opt/candelabra/src/tests/prime_sieve/src/types.pr.rs", "Primes"): std::collections::HashSet, ("/opt/candelabra/src/tests/prime_sieve/src/types.pr.rs", "Sieve"): std::vec::Vec}
[2024-03-30T01:09:45Z DEBUG candelabra::confirmation] Saving choices for project prime_sieve
[2024-03-30T01:09:45Z DEBUG candelabra::confirmation] Saving choices for /opt/candelabra/src/tests/prime_sieve/src/types.pr.rs
[2024-03-30T01:09:45Z DEBUG primrose::selector] Setting up directories
[2024-03-30T01:09:45Z DEBUG primrose::selector] Parsing into blocks
[2024-03-30T01:09:45Z DEBUG primrose::selector] Running type checker
[2024-03-30T01:09:45Z DEBUG primrose::selector] Running analysis
[2024-03-30T01:09:45Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/adaptive.rs
[2024-03-30T01:09:45Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/profiler.rs
[2024-03-30T01:09:45Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/traits.rs
Compiling prime_sieve v0.1.0 (/opt/candelabra/src/tests/prime_sieve)
Finished bench [optimized] target(s) in 3.06s
Running benches/main.rs (/opt/candelabra/src/tests/target/release/deps/main-6d95aa0223cdf8a8)
[2024-03-30T01:10:32Z INFO candelabra_cli::select] Running benchmarks with {("/opt/candelabra/src/tests/prime_sieve/src/types.pr.rs", "Sieve"): std::collections::LinkedList until n=747, then std::vec::Vec, ("/opt/candelabra/src/tests/prime_sieve/src/types.pr.rs", "Primes"): std::collections::HashSet}
[2024-03-30T01:10:32Z DEBUG candelabra::confirmation] Saving choices for project prime_sieve
[2024-03-30T01:10:32Z DEBUG candelabra::confirmation] Saving choices for /opt/candelabra/src/tests/prime_sieve/src/types.pr.rs
[2024-03-30T01:10:32Z DEBUG primrose::selector] Setting up directories
[2024-03-30T01:10:32Z DEBUG primrose::selector] Parsing into blocks
[2024-03-30T01:10:32Z DEBUG primrose::selector] Running type checker
[2024-03-30T01:10:32Z DEBUG primrose::selector] Running analysis
[2024-03-30T01:10:32Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/adaptive.rs
[2024-03-30T01:10:32Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/profiler.rs
[2024-03-30T01:10:33Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/traits.rs
Compiling prime_sieve v0.1.0 (/opt/candelabra/src/tests/prime_sieve)
warning: unnecessary parentheses around type
--> prime_sieve/src/types.rs:11:101
|
11 | ::primrose_library::AdaptiveContainer::<747, std::collections::LinkedList<S>, std::vec::Vec<S>, (S)>::default()
| ^ ^
|
= note: `#[warn(unused_parens)]` on by default
help: remove these parentheses
|
11 - ::primrose_library::AdaptiveContainer::<747, std::collections::LinkedList<S>, std::vec::Vec<S>, (S)>::default()
11 + ::primrose_library::AdaptiveContainer::<747, std::collections::LinkedList<S>, std::vec::Vec<S>, S>::default()
|
warning: `prime_sieve` (lib) generated 1 warning (run `cargo fix --lib -p prime_sieve` to apply 1 suggestion)
Finished bench [optimized] target(s) in 3.02s
Running benches/main.rs (/opt/candelabra/src/tests/target/release/deps/main-6d95aa0223cdf8a8)
[2024-03-30T01:11:20Z INFO candelabra_cli::select] Running benchmarks with {("/opt/candelabra/src/tests/prime_sieve/src/types.pr.rs", "Primes"): primrose_library::SortedVec, ("/opt/candelabra/src/tests/prime_sieve/src/types.pr.rs", "Sieve"): std::collections::LinkedList}
[2024-03-30T01:11:20Z DEBUG candelabra::confirmation] Saving choices for project prime_sieve
[2024-03-30T01:11:20Z DEBUG candelabra::confirmation] Saving choices for /opt/candelabra/src/tests/prime_sieve/src/types.pr.rs
[2024-03-30T01:11:20Z DEBUG primrose::selector] Setting up directories
[2024-03-30T01:11:20Z DEBUG primrose::selector] Parsing into blocks
[2024-03-30T01:11:20Z DEBUG primrose::selector] Running type checker
[2024-03-30T01:11:20Z DEBUG primrose::selector] Running analysis
[2024-03-30T01:11:20Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/adaptive.rs
[2024-03-30T01:11:20Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/profiler.rs
[2024-03-30T01:11:20Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/traits.rs
Compiling prime_sieve v0.1.0 (/opt/candelabra/src/tests/prime_sieve)
Finished bench [optimized] target(s) in 2.64s
Running benches/main.rs (/opt/candelabra/src/tests/target/release/deps/main-6d95aa0223cdf8a8)
[2024-03-30T01:14:42Z INFO candelabra_cli::select] Running benchmarks with {("/opt/candelabra/src/tests/prime_sieve/src/types.pr.rs", "Primes"): primrose_library::SortedVec, ("/opt/candelabra/src/tests/prime_sieve/src/types.pr.rs", "Sieve"): std::vec::Vec}
[2024-03-30T01:14:42Z DEBUG candelabra::confirmation] Saving choices for project prime_sieve
[2024-03-30T01:14:42Z DEBUG candelabra::confirmation] Saving choices for /opt/candelabra/src/tests/prime_sieve/src/types.pr.rs
[2024-03-30T01:14:42Z DEBUG primrose::selector] Setting up directories
[2024-03-30T01:14:42Z DEBUG primrose::selector] Parsing into blocks
[2024-03-30T01:14:42Z DEBUG primrose::selector] Running type checker
[2024-03-30T01:14:42Z DEBUG primrose::selector] Running analysis
[2024-03-30T01:14:42Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/adaptive.rs
[2024-03-30T01:14:42Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/profiler.rs
[2024-03-30T01:14:42Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/traits.rs
Compiling prime_sieve v0.1.0 (/opt/candelabra/src/tests/prime_sieve)
Finished bench [optimized] target(s) in 2.73s
Running benches/main.rs (/opt/candelabra/src/tests/target/release/deps/main-6d95aa0223cdf8a8)
[2024-03-30T01:15:32Z INFO candelabra_cli::select] Running benchmarks with {("/opt/candelabra/src/tests/prime_sieve/src/types.pr.rs", "Primes"): primrose_library::SortedVec, ("/opt/candelabra/src/tests/prime_sieve/src/types.pr.rs", "Sieve"): std::collections::LinkedList until n=747, then std::vec::Vec}
[2024-03-30T01:15:32Z DEBUG candelabra::confirmation] Saving choices for project prime_sieve
[2024-03-30T01:15:32Z DEBUG candelabra::confirmation] Saving choices for /opt/candelabra/src/tests/prime_sieve/src/types.pr.rs
[2024-03-30T01:15:32Z DEBUG primrose::selector] Setting up directories
[2024-03-30T01:15:32Z DEBUG primrose::selector] Parsing into blocks
[2024-03-30T01:15:32Z DEBUG primrose::selector] Running type checker
[2024-03-30T01:15:32Z DEBUG primrose::selector] Running analysis
[2024-03-30T01:15:32Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/adaptive.rs
[2024-03-30T01:15:32Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/profiler.rs
[2024-03-30T01:15:33Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/traits.rs
Compiling prime_sieve v0.1.0 (/opt/candelabra/src/tests/prime_sieve)
warning: unnecessary parentheses around type
--> prime_sieve/src/types.rs:18:101
|
18 | ::primrose_library::AdaptiveContainer::<747, std::collections::LinkedList<S>, std::vec::Vec<S>, (S)>::default()
| ^ ^
|
= note: `#[warn(unused_parens)]` on by default
help: remove these parentheses
|
18 - ::primrose_library::AdaptiveContainer::<747, std::collections::LinkedList<S>, std::vec::Vec<S>, (S)>::default()
18 + ::primrose_library::AdaptiveContainer::<747, std::collections::LinkedList<S>, std::vec::Vec<S>, S>::default()
|
warning: `prime_sieve` (lib) generated 1 warning (run `cargo fix --lib -p prime_sieve` to apply 1 suggestion)
Finished bench [optimized] target(s) in 2.91s
Running benches/main.rs (/opt/candelabra/src/tests/target/release/deps/main-6d95aa0223cdf8a8)
[2024-03-30T01:16:19Z INFO candelabra_cli::select] Running benchmarks with {("/opt/candelabra/src/tests/prime_sieve/src/types.pr.rs", "Sieve"): std::collections::LinkedList, ("/opt/candelabra/src/tests/prime_sieve/src/types.pr.rs", "Primes"): std::collections::BTreeSet}
[2024-03-30T01:16:19Z DEBUG candelabra::confirmation] Saving choices for project prime_sieve
[2024-03-30T01:16:19Z DEBUG candelabra::confirmation] Saving choices for /opt/candelabra/src/tests/prime_sieve/src/types.pr.rs
[2024-03-30T01:16:19Z DEBUG primrose::selector] Setting up directories
[2024-03-30T01:16:19Z DEBUG primrose::selector] Parsing into blocks
[2024-03-30T01:16:19Z DEBUG primrose::selector] Running type checker
[2024-03-30T01:16:19Z DEBUG primrose::selector] Running analysis
[2024-03-30T01:16:19Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/adaptive.rs
[2024-03-30T01:16:19Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/profiler.rs
[2024-03-30T01:16:19Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/traits.rs
Compiling prime_sieve v0.1.0 (/opt/candelabra/src/tests/prime_sieve)
Finished bench [optimized] target(s) in 2.83s
Running benches/main.rs (/opt/candelabra/src/tests/target/release/deps/main-6d95aa0223cdf8a8)
[2024-03-30T01:26:30Z INFO candelabra_cli::select] Running benchmarks with {("/opt/candelabra/src/tests/prime_sieve/src/types.pr.rs", "Sieve"): std::vec::Vec, ("/opt/candelabra/src/tests/prime_sieve/src/types.pr.rs", "Primes"): std::collections::BTreeSet}
[2024-03-30T01:26:30Z DEBUG candelabra::confirmation] Saving choices for project prime_sieve
[2024-03-30T01:26:30Z DEBUG candelabra::confirmation] Saving choices for /opt/candelabra/src/tests/prime_sieve/src/types.pr.rs
[2024-03-30T01:26:30Z DEBUG primrose::selector] Setting up directories
[2024-03-30T01:26:30Z DEBUG primrose::selector] Parsing into blocks
[2024-03-30T01:26:30Z DEBUG primrose::selector] Running type checker
[2024-03-30T01:26:30Z DEBUG primrose::selector] Running analysis
[2024-03-30T01:26:30Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/adaptive.rs
[2024-03-30T01:26:30Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/profiler.rs
[2024-03-30T01:26:30Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/traits.rs
Compiling prime_sieve v0.1.0 (/opt/candelabra/src/tests/prime_sieve)
Finished bench [optimized] target(s) in 2.97s
Running benches/main.rs (/opt/candelabra/src/tests/target/release/deps/main-6d95aa0223cdf8a8)
[2024-03-30T01:27:19Z INFO candelabra_cli::select] Running benchmarks with {("/opt/candelabra/src/tests/prime_sieve/src/types.pr.rs", "Primes"): std::collections::BTreeSet, ("/opt/candelabra/src/tests/prime_sieve/src/types.pr.rs", "Sieve"): std::collections::LinkedList until n=747, then std::vec::Vec}
[2024-03-30T01:27:19Z DEBUG candelabra::confirmation] Saving choices for project prime_sieve
[2024-03-30T01:27:19Z DEBUG candelabra::confirmation] Saving choices for /opt/candelabra/src/tests/prime_sieve/src/types.pr.rs
[2024-03-30T01:27:19Z DEBUG primrose::selector] Setting up directories
[2024-03-30T01:27:19Z DEBUG primrose::selector] Parsing into blocks
[2024-03-30T01:27:19Z DEBUG primrose::selector] Running type checker
[2024-03-30T01:27:19Z DEBUG primrose::selector] Running analysis
[2024-03-30T01:27:19Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/adaptive.rs
[2024-03-30T01:27:19Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/profiler.rs
[2024-03-30T01:27:19Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/traits.rs
Compiling prime_sieve v0.1.0 (/opt/candelabra/src/tests/prime_sieve)
warning: unnecessary parentheses around type
--> prime_sieve/src/types.rs:18:101
|
18 | ::primrose_library::AdaptiveContainer::<747, std::collections::LinkedList<S>, std::vec::Vec<S>, (S)>::default()
| ^ ^
|
= note: `#[warn(unused_parens)]` on by default
help: remove these parentheses
|
18 - ::primrose_library::AdaptiveContainer::<747, std::collections::LinkedList<S>, std::vec::Vec<S>, (S)>::default()
18 + ::primrose_library::AdaptiveContainer::<747, std::collections::LinkedList<S>, std::vec::Vec<S>, S>::default()
|
warning: `prime_sieve` (lib) generated 1 warning (run `cargo fix --lib -p prime_sieve` to apply 1 suggestion)
Finished bench [optimized] target(s) in 2.73s
Running benches/main.rs (/opt/candelabra/src/tests/target/release/deps/main-6d95aa0223cdf8a8)
[2024-03-30T01:28:06Z INFO candelabra_cli::select] Running benchmarks with {("/opt/candelabra/src/tests/prime_sieve/src/types.pr.rs", "Primes"): std::collections::BTreeSet until n=34, then std::collections::HashSet, ("/opt/candelabra/src/tests/prime_sieve/src/types.pr.rs", "Sieve"): std::collections::LinkedList}
[2024-03-30T01:28:06Z DEBUG candelabra::confirmation] Saving choices for project prime_sieve
[2024-03-30T01:28:06Z DEBUG candelabra::confirmation] Saving choices for /opt/candelabra/src/tests/prime_sieve/src/types.pr.rs
[2024-03-30T01:28:06Z DEBUG primrose::selector] Setting up directories
[2024-03-30T01:28:06Z DEBUG primrose::selector] Parsing into blocks
[2024-03-30T01:28:06Z DEBUG primrose::selector] Running type checker
[2024-03-30T01:28:06Z DEBUG primrose::selector] Running analysis
[2024-03-30T01:28:06Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/adaptive.rs
[2024-03-30T01:28:06Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/profiler.rs
[2024-03-30T01:28:06Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/traits.rs
Compiling prime_sieve v0.1.0 (/opt/candelabra/src/tests/prime_sieve)
warning: unnecessary parentheses around type
--> prime_sieve/src/types.rs:11:110
|
11 | ::primrose_library::AdaptiveContainer::<34, std::collections::BTreeSet<S>, std::collections::HashSet<S>, (S)>::default()
| ^ ^
|
= note: `#[warn(unused_parens)]` on by default
help: remove these parentheses
|
11 - ::primrose_library::AdaptiveContainer::<34, std::collections::BTreeSet<S>, std::collections::HashSet<S>, (S)>::default()
11 + ::primrose_library::AdaptiveContainer::<34, std::collections::BTreeSet<S>, std::collections::HashSet<S>, S>::default()
|
warning: `prime_sieve` (lib) generated 1 warning (run `cargo fix --lib -p prime_sieve` to apply 1 suggestion)
Finished bench [optimized] target(s) in 3.11s
Running benches/main.rs (/opt/candelabra/src/tests/target/release/deps/main-6d95aa0223cdf8a8)
[2024-03-30T01:31:36Z INFO candelabra_cli::select] Running benchmarks with {("/opt/candelabra/src/tests/prime_sieve/src/types.pr.rs", "Primes"): std::collections::BTreeSet until n=34, then std::collections::HashSet, ("/opt/candelabra/src/tests/prime_sieve/src/types.pr.rs", "Sieve"): std::vec::Vec}
[2024-03-30T01:31:36Z DEBUG candelabra::confirmation] Saving choices for project prime_sieve
[2024-03-30T01:31:36Z DEBUG candelabra::confirmation] Saving choices for /opt/candelabra/src/tests/prime_sieve/src/types.pr.rs
[2024-03-30T01:31:36Z DEBUG primrose::selector] Setting up directories
[2024-03-30T01:31:36Z DEBUG primrose::selector] Parsing into blocks
[2024-03-30T01:31:36Z DEBUG primrose::selector] Running type checker
[2024-03-30T01:31:36Z DEBUG primrose::selector] Running analysis
[2024-03-30T01:31:36Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/adaptive.rs
[2024-03-30T01:31:36Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/profiler.rs
[2024-03-30T01:31:36Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/traits.rs
Compiling prime_sieve v0.1.0 (/opt/candelabra/src/tests/prime_sieve)
warning: unnecessary parentheses around type
--> prime_sieve/src/types.rs:11:110
|
11 | ::primrose_library::AdaptiveContainer::<34, std::collections::BTreeSet<S>, std::collections::HashSet<S>, (S)>::default()
| ^ ^
|
= note: `#[warn(unused_parens)]` on by default
help: remove these parentheses
|
11 - ::primrose_library::AdaptiveContainer::<34, std::collections::BTreeSet<S>, std::collections::HashSet<S>, (S)>::default()
11 + ::primrose_library::AdaptiveContainer::<34, std::collections::BTreeSet<S>, std::collections::HashSet<S>, S>::default()
|
warning: `prime_sieve` (lib) generated 1 warning (run `cargo fix --lib -p prime_sieve` to apply 1 suggestion)
Finished bench [optimized] target(s) in 3.14s
Running benches/main.rs (/opt/candelabra/src/tests/target/release/deps/main-6d95aa0223cdf8a8)
[2024-03-30T01:32:24Z INFO candelabra_cli::select] Running benchmarks with {("/opt/candelabra/src/tests/prime_sieve/src/types.pr.rs", "Primes"): std::collections::BTreeSet until n=34, then std::collections::HashSet, ("/opt/candelabra/src/tests/prime_sieve/src/types.pr.rs", "Sieve"): std::collections::LinkedList until n=747, then std::vec::Vec}
[2024-03-30T01:32:24Z DEBUG candelabra::confirmation] Saving choices for project prime_sieve
[2024-03-30T01:32:24Z DEBUG candelabra::confirmation] Saving choices for /opt/candelabra/src/tests/prime_sieve/src/types.pr.rs
[2024-03-30T01:32:24Z DEBUG primrose::selector] Setting up directories
[2024-03-30T01:32:24Z DEBUG primrose::selector] Parsing into blocks
[2024-03-30T01:32:24Z DEBUG primrose::selector] Running type checker
[2024-03-30T01:32:24Z DEBUG primrose::selector] Running analysis
[2024-03-30T01:32:24Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/adaptive.rs
[2024-03-30T01:32:24Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/profiler.rs
[2024-03-30T01:32:24Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/traits.rs
Compiling prime_sieve v0.1.0 (/opt/candelabra/src/tests/prime_sieve)
warning: unnecessary parentheses around type
--> prime_sieve/src/types.rs:11:110
|
11 | ::primrose_library::AdaptiveContainer::<34, std::collections::BTreeSet<S>, std::collections::HashSet<S>, (S)>::default()
| ^ ^
|
= note: `#[warn(unused_parens)]` on by default
help: remove these parentheses
|
11 - ::primrose_library::AdaptiveContainer::<34, std::collections::BTreeSet<S>, std::collections::HashSet<S>, (S)>::default()
11 + ::primrose_library::AdaptiveContainer::<34, std::collections::BTreeSet<S>, std::collections::HashSet<S>, S>::default()
|
warning: unnecessary parentheses around type
--> prime_sieve/src/types.rs:18:101
|
18 | ::primrose_library::AdaptiveContainer::<747, std::collections::LinkedList<S>, std::vec::Vec<S>, (S)>::default()
| ^ ^
|
help: remove these parentheses
|
18 - ::primrose_library::AdaptiveContainer::<747, std::collections::LinkedList<S>, std::vec::Vec<S>, (S)>::default()
18 + ::primrose_library::AdaptiveContainer::<747, std::collections::LinkedList<S>, std::vec::Vec<S>, S>::default()
|
warning: `prime_sieve` (lib) generated 2 warnings (run `cargo fix --lib -p prime_sieve` to apply 2 suggestions)
Finished bench [optimized] target(s) in 3.11s
Running benches/main.rs (/opt/candelabra/src/tests/target/release/deps/main-6d95aa0223cdf8a8)
┌────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┬────────────────────┬─────────────────┬───────────────────┬───────────────────┐
│ │ prime_sieve/50 │ prime_sieve/500 │ prime_sieve/50000 │ total │
├────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┼────────────────────┼─────────────────┼───────────────────┼───────────────────┤
│ {("/opt/candelabra/src/tests/prime_sieve/src/types.pr.rs", "Primes"): std::collections::HashSet, ("/opt/candelabra/src/tests/prime_sieve/src/types.pr.rs", "Sieve"): std::vec::Vec} │ 1669.7 │ 76535 │ 787510000 │ 787588204.7 │
│ {("/opt/candelabra/src/tests/prime_sieve/src/types.pr.rs", "Primes"): std::collections::BTreeSet until n=34, then std::collections::HashSet, ("/opt/candelabra/src/tests/prime_sieve/src/types.pr.rs", "Sieve"): std::collections::LinkedList until n=747, then std::vec::Vec} │ 2262.9 │ 203210 │ 758160000 │ 758365472.9 │
│ {("/opt/candelabra/src/tests/prime_sieve/src/types.pr.rs", "Primes"): primrose_library::SortedVec, ("/opt/candelabra/src/tests/prime_sieve/src/types.pr.rs", "Sieve"): std::collections::LinkedList until n=747, then std::vec::Vec} │ 2243.5 │ 206310 │ 756250000 │ 756458553.5 │
│ {("/opt/candelabra/src/tests/prime_sieve/src/types.pr.rs", "Primes"): std::collections::BTreeSet until n=34, then std::collections::HashSet, ("/opt/candelabra/src/tests/prime_sieve/src/types.pr.rs", "Sieve"): std::vec::Vec} │ 1457.2 │ 84928 │ 788800000 │ 788886385.2 │
│ {("/opt/candelabra/src/tests/prime_sieve/src/types.pr.rs", "Primes"): std::collections::BTreeSet until n=34, then std::collections::HashSet, ("/opt/candelabra/src/tests/prime_sieve/src/types.pr.rs", "Sieve"): std::collections::LinkedList} │ 2308.7 │ 204490 │ 8806700000 │ 8806906798.7 │
│ {("/opt/candelabra/src/tests/prime_sieve/src/types.pr.rs", "Primes"): primrose_library::SortedVec, ("/opt/candelabra/src/tests/prime_sieve/src/types.pr.rs", "Sieve"): std::vec::Vec} │ 1322.5 │ 82319 │ 791600000 │ 791683641.5 │
│ {("/opt/candelabra/src/tests/prime_sieve/src/types.pr.rs", "Sieve"): std::vec::Vec, ("/opt/candelabra/src/tests/prime_sieve/src/types.pr.rs", "Primes"): std::collections::BTreeSet} │ 1186.8000000000002 │ 75541 │ 774810000 │ 774886727.8 │
│ {("/opt/candelabra/src/tests/prime_sieve/src/types.pr.rs", "Sieve"): std::collections::LinkedList, ("/opt/candelabra/src/tests/prime_sieve/src/types.pr.rs", "Primes"): std::collections::BTreeSet} │ 2244.4 │ 194640 │ 28973000000 │ 28973196884.4 │
│ {("/opt/candelabra/src/tests/prime_sieve/src/types.pr.rs", "Sieve"): std::collections::LinkedList until n=747, then std::vec::Vec, ("/opt/candelabra/src/tests/prime_sieve/src/types.pr.rs", "Primes"): std::collections::HashSet} │ 2632.7 │ 205460 │ 772910000 │ 773118092.7 │
│ {("/opt/candelabra/src/tests/prime_sieve/src/types.pr.rs", "Sieve"): std::collections::LinkedList, ("/opt/candelabra/src/tests/prime_sieve/src/types.pr.rs", "Primes"): std::collections::HashSet} │ 2594.6 │ 212060 │ 7775900000 │ 7776114654.6 │
│ {("/opt/candelabra/src/tests/prime_sieve/src/types.pr.rs", "Primes"): std::collections::BTreeSet, ("/opt/candelabra/src/tests/prime_sieve/src/types.pr.rs", "Sieve"): std::collections::LinkedList until n=747, then std::vec::Vec} │ 2333.7 │ 194900 │ 765890000 │ 766087233.7 │
│ {("/opt/candelabra/src/tests/prime_sieve/src/types.pr.rs", "Primes"): primrose_library::SortedVec, ("/opt/candelabra/src/tests/prime_sieve/src/types.pr.rs", "Sieve"): std::collections::LinkedList} │ 2178.3 │ 201620 │ 8454000000.000001 │ 8454203798.300001 │
└────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┴────────────────────┴─────────────────┴───────────────────┴───────────────────┘
\begin{center}
\begin{tabular}{|c|c|c|c|c|}
& prime\_sieve/50 & prime\_sieve/500 & prime\_sieve/50000 & total \\
\hline
\{("/opt/candelabra/src/tests/prime\_sieve/src/types.pr.rs", "Primes"): std::collections::HashSet, ("/opt/candelabra/src/tests/prime\_sieve/src/types.pr.rs", "Sieve"): std::vec::Vec\} & 1669.7 & 76535 & 787510000 & 787588204.7 \\
\{("/opt/candelabra/src/tests/prime\_sieve/src/types.pr.rs", "Primes"): std::collections::BTreeSet until n=34, then std::collections::HashSet, ("/opt/candelabra/src/tests/prime\_sieve/src/types.pr.rs", "Sieve"): std::collections::LinkedList until n=747, then std::vec::Vec\} & 2262.9 & 203210 & 758160000 & 758365472.9 \\
\{("/opt/candelabra/src/tests/prime\_sieve/src/types.pr.rs", "Primes"): primrose\_library::SortedVec, ("/opt/candelabra/src/tests/prime\_sieve/src/types.pr.rs", "Sieve"): std::collections::LinkedList until n=747, then std::vec::Vec\} & 2243.5 & 206310 & 756250000 & 756458553.5 \\
\{("/opt/candelabra/src/tests/prime\_sieve/src/types.pr.rs", "Primes"): std::collections::BTreeSet until n=34, then std::collections::HashSet, ("/opt/candelabra/src/tests/prime\_sieve/src/types.pr.rs", "Sieve"): std::vec::Vec\} & 1457.2 & 84928 & 788800000 & 788886385.2 \\
\{("/opt/candelabra/src/tests/prime\_sieve/src/types.pr.rs", "Primes"): std::collections::BTreeSet until n=34, then std::collections::HashSet, ("/opt/candelabra/src/tests/prime\_sieve/src/types.pr.rs", "Sieve"): std::collections::LinkedList\} & 2308.7 & 204490 & 8806700000 & 8806906798.7 \\
\{("/opt/candelabra/src/tests/prime\_sieve/src/types.pr.rs", "Primes"): primrose\_library::SortedVec, ("/opt/candelabra/src/tests/prime\_sieve/src/types.pr.rs", "Sieve"): std::vec::Vec\} & 1322.5 & 82319 & 791600000 & 791683641.5 \\
\{("/opt/candelabra/src/tests/prime\_sieve/src/types.pr.rs", "Sieve"): std::vec::Vec, ("/opt/candelabra/src/tests/prime\_sieve/src/types.pr.rs", "Primes"): std::collections::BTreeSet\} & 1186.8000000000002 & 75541 & 774810000 & 774886727.8 \\
\{("/opt/candelabra/src/tests/prime\_sieve/src/types.pr.rs", "Sieve"): std::collections::LinkedList, ("/opt/candelabra/src/tests/prime\_sieve/src/types.pr.rs", "Primes"): std::collections::BTreeSet\} & 2244.4 & 194640 & 28973000000 & 28973196884.4 \\
\{("/opt/candelabra/src/tests/prime\_sieve/src/types.pr.rs", "Sieve"): std::collections::LinkedList until n=747, then std::vec::Vec, ("/opt/candelabra/src/tests/prime\_sieve/src/types.pr.rs", "Primes"): std::collections::HashSet\} & 2632.7 & 205460 & 772910000 & 773118092.7 \\
\{("/opt/candelabra/src/tests/prime\_sieve/src/types.pr.rs", "Sieve"): std::collections::LinkedList, ("/opt/candelabra/src/tests/prime\_sieve/src/types.pr.rs", "Primes"): std::collections::HashSet\} & 2594.6 & 212060 & 7775900000 & 7776114654.6 \\
\{("/opt/candelabra/src/tests/prime\_sieve/src/types.pr.rs", "Primes"): std::collections::BTreeSet, ("/opt/candelabra/src/tests/prime\_sieve/src/types.pr.rs", "Sieve"): std::collections::LinkedList until n=747, then std::vec::Vec\} & 2333.7 & 194900 & 765890000 & 766087233.7 \\
\{("/opt/candelabra/src/tests/prime\_sieve/src/types.pr.rs", "Primes"): primrose\_library::SortedVec, ("/opt/candelabra/src/tests/prime\_sieve/src/types.pr.rs", "Sieve"): std::collections::LinkedList\} & 2178.3 & 201620 & 8454000000.000001 & 8454203798.300001 \\
\end{tabular}
\end{center}
[0Ksection_end:1711762391:compare-prime_sieve
[0K
section_end:1711762391:step_script
|