aboutsummaryrefslogtreecommitdiff
path: root/analysis/current/sections/compare-prime_sieve
diff options
context:
space:
mode:
Diffstat (limited to 'analysis/current/sections/compare-prime_sieve')
-rw-r--r--analysis/current/sections/compare-prime_sieve475
1 files changed, 342 insertions, 133 deletions
diff --git a/analysis/current/sections/compare-prime_sieve b/analysis/current/sections/compare-prime_sieve
index 05802cd..798da03 100644
--- a/analysis/current/sections/compare-prime_sieve
+++ b/analysis/current/sections/compare-prime_sieve
@@ -1,161 +1,370 @@
-:1710098826:compare-prime_sieve
+:1710899455:compare-prime_sieve
compare-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-10T19:27:06Z INFO candelabra_cli] Using source dir: "/nix/store/arg3vck84cg7ah84s37qjc2qshavq5yx-source"
-[2024-03-10T19:27:06Z DEBUG candelabra::candidates] Initialised candidate cacher with hash 10402570600929242768
-[2024-03-10T19:27:06Z DEBUG primrose::library_specs] Failed to process library module /nix/store/arg3vck84cg7ah84s37qjc2qshavq5yx-source/crates/library/src/adaptive.rs. Continuing anyway.
-[2024-03-10T19:27:06Z DEBUG primrose::library_specs] Failed to process library module /nix/store/arg3vck84cg7ah84s37qjc2qshavq5yx-source/crates/library/src/profiler.rs. Continuing anyway.
-[2024-03-10T19:27:06Z DEBUG primrose::library_specs] Failed to process library module /nix/store/arg3vck84cg7ah84s37qjc2qshavq5yx-source/crates/library/src/traits.rs. Continuing anyway.
-[2024-03-10T19:27:06Z DEBUG candelabra::cost] Initialised benchmark cacher with hash 10402570600929242768
-[2024-03-10T19:27:06Z INFO candelabra_cli::select] Processing project prime_sieve
-[2024-03-10T19:27:06Z DEBUG candelabra::profiler::info] Checking for nsplit
-[2024-03-10T19:27:06Z DEBUG candelabra::profiler::info] Partitions: [ProfilerPartition { occurences: 74361.0, avg_n: 94.0, avg_op_counts: {"remove": 0.0, "get": 0.0, "last": 0.0, "pop": 0.0, "first": 0.0, "nth": 0.0, "clear": 0.0, "insert": 95.0, "push": 0.0, "contains": 0.0} }, ProfilerPartition { occurences: 74.0, avg_n: 2261.0, avg_op_counts: {"contains": 0.0, "first": 0.0, "get": 0.0, "clear": 0.0, "push": 0.0, "pop": 0.0, "nth": 0.0, "insert": 2262.0, "remove": 0.0, "last": 0.0} }, ProfilerPartition { occurences: 19.0, avg_n: 5132.0, avg_op_counts: {"push": 0.0, "clear": 0.0, "nth": 0.0, "last": 0.0, "get": 0.0, "remove": 0.0, "insert": 5133.0, "contains": 0.0, "first": 0.0, "pop": 0.0} }]
-[2024-03-10T19:27:06Z DEBUG candelabra::profiler::info] Costs by partitions: [("std::collections::BTreeSet", [337199116.7758861, 11474453.601248696, 7288519.092273792]), ("std::collections::HashSet", [298771339.65670806, 6871242.670358136, 3996095.320630338]), ("primrose_library::SortedVec", [381746235.90605056, 11915554.258971993, 21329530.685821228])]
-[2024-03-10T19:27:06Z DEBUG candelabra::profiler::info] Top by partition: [("std::collections::HashSet", 298771339.65670806), ("std::collections::HashSet", 6871242.670358136), ("std::collections::HashSet", 3996095.320630338)]
-┌────────┬──────────────────────────────┬────────────────────┬───────────────────────────────────────────────────────┐
-│ name │ implementation │ estimated cost │ file │
-├────────┼──────────────────────────────┼────────────────────┼───────────────────────────────────────────────────────┤
-│ Primes │ primrose_library::SortedVec │ 414991320.8508438 │ /opt/candelabra/src/tests/prime_sieve/src/types.pr.rs │
-│ Primes │ std::collections::BTreeSet │ 355962089.4694086 │ /opt/candelabra/src/tests/prime_sieve/src/types.pr.rs │
-│ Primes │ std::collections::HashSet │ 309638677.6476965 │ /opt/candelabra/src/tests/prime_sieve/src/types.pr.rs │
-│ Sieve │ std::vec::Vec │ 159040493883.80685 │ /opt/candelabra/src/tests/prime_sieve/src/types.pr.rs │
-│ Sieve │ std::collections::LinkedList │ 564583506434.6609 │ /opt/candelabra/src/tests/prime_sieve/src/types.pr.rs │
-└────────┴──────────────────────────────┴────────────────────┴───────────────────────────────────────────────────────┘
+[2024-03-20T01:50:55Z INFO candelabra_cli] Using source dir: "/nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source"
+[2024-03-20T01:50:55Z DEBUG candelabra::candidates] Initialised candidate cacher with hash 6543311679163142612
+[2024-03-20T01:50:55Z DEBUG primrose::library_specs] Failed to process library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/adaptive.rs. Continuing anyway.
+[2024-03-20T01:50:55Z DEBUG primrose::library_specs] Failed to process library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/profiler.rs. Continuing anyway.
+[2024-03-20T01:50:55Z DEBUG primrose::library_specs] Failed to process library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/traits.rs. Continuing anyway.
+[2024-03-20T01:50:55Z DEBUG candelabra::cost] Initialised benchmark cacher with hash 6543311679163142612
+[2024-03-20T01:50:56Z INFO candelabra_cli::select] Processing project prime_sieve
+[2024-03-20T01:50:56Z INFO candelabra::cost::benchmark] Preparing benchmarking crate for primrose_library::SortedVec in "/tmp/.tmpzsJDSm"
+[2024-03-20T01:50:56Z INFO candelabra::cost::benchmark] Building and running benchmarks for primrose_library::SortedVec
+ Updating crates.io index
+ Compiling primrose-library v0.1.0 (/nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library)
+ Compiling candelabra-benchmarker v0.1.0 (/nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/benchmarker)
+ Compiling bench v0.1.0 (/tmp/.tmpzsJDSm)
+ Finished release [optimized] target(s) in 2.63s
+ Running `/opt/candelabra/src/target/release/bench --bench`
+[2024-03-20T01:54:44Z DEBUG candelabra::cost] Fitting op remove with 450 observations
+[2024-03-20T01:54:44Z DEBUG candelabra::cost] Fitting op clear with 450 observations
+[2024-03-20T01:54:44Z DEBUG candelabra::cost] Fitting op insert with 450 observations
+[2024-03-20T01:54:44Z DEBUG candelabra::cost] Fitting op last with 450 observations
+[2024-03-20T01:54:44Z DEBUG candelabra::cost] Fitting op nth with 450 observations
+[2024-03-20T01:54:44Z DEBUG candelabra::cost] Fitting op contains with 450 observations
+[2024-03-20T01:54:44Z DEBUG candelabra::cost] Fitting op first with 450 observations
+[2024-03-20T01:54:44Z DEBUG candelabra::profiler::info] Checking for nsplit
+[2024-03-20T01:54:44Z DEBUG candelabra::profiler::info] Partitions: [ProfilerPartition { occurences: 118132.0, avg_n: 22.905292384789895, avg_op_counts: {"first": 0.0, "get": 0.0, "remove": 0.0, "last": 0.0, "pop": 0.0, "nth": 0.0, "push": 0.0, "clear": 0.0, "contains": 0.0, "insert": 23.905292384789895} }, ProfilerPartition { occurences: 1.0, avg_n: 5132.0, avg_op_counts: {"insert": 5133.0, "first": 0.0, "push": 0.0, "nth": 0.0, "contains": 0.0, "remove": 0.0, "clear": 0.0, "pop": 0.0, "last": 0.0, "get": 0.0} }]
+[2024-03-20T01:54:44Z DEBUG candelabra::profiler::info] Costs by partitions: [("primrose_library::SortedVec", [111243970.25679907, 1177386.194208213]), ("std::collections::HashSet", [116800020.83819024, 205347.45777480432]), ("std::collections::BTreeSet", [108545396.49787714, 386463.0783643916])]
+[2024-03-20T01:54:44Z DEBUG candelabra::profiler::info] Top by partition: [("std::collections::BTreeSet", 108545396.49787714), ("std::collections::HashSet", 205347.45777480432)]
+[2024-03-20T01:54:44Z DEBUG candelabra::profiler::info] With split index 1, split proper is true
+[2024-03-20T01:54:44Z DEBUG candelabra::profiler::info] Checking for nsplit
+[2024-03-20T01:54:44Z DEBUG candelabra::profiler::info] Partitions: [ProfilerPartition { occurences: 104982.0, avg_n: 48.0, avg_op_counts: {"contains": 0.0, "insert": 0.0, "last": 0.0, "get": 0.0, "pop": 16.0, "clear": 0.0, "remove": 60.0, "push": 48.0, "nth": 0.0, "first": 0.0} }, ProfilerPartition { occurences: 13150.0, avg_n: 498.0, avg_op_counts: {"push": 498.0, "contains": 0.0, "nth": 0.0, "remove": 911.0, "get": 0.0, "first": 0.0, "insert": 0.0, "pop": 96.0, "clear": 0.0, "last": 0.0} }, ProfilerPartition { occurences: 1.0, avg_n: 49998.0, avg_op_counts: {"last": 0.0, "push": 49998.0, "get": 0.0, "insert": 0.0, "nth": 0.0, "remove": 124819.0, "contains": 0.0, "pop": 5134.0, "clear": 0.0, "first": 0.0} }]
+[2024-03-20T01:54:44Z DEBUG candelabra::profiler::info] Costs by partitions: [("std::collections::LinkedList", [82913976.14030395, 116745975.12099935, 13979811404.371206]), ("std::vec::Vec", [920139229.3349389, 21990816690.846436, 3240282778.6228476])]
+[2024-03-20T01:54:44Z DEBUG candelabra::profiler::info] Top by partition: [("std::collections::LinkedList", 82913976.14030395), ("std::collections::LinkedList", 116745975.12099935), ("std::vec::Vec", 3240282778.6228476)]
+[2024-03-20T01:54:44Z DEBUG candelabra::profiler::info] With split index 2, 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 & primrose\_library::SortedVec & 414991320.8508438 & /opt/candelabra/src/tests/prime\_sieve/src/types.pr.rs \\
-Primes & std::collections::BTreeSet & 355962089.4694086 & /opt/candelabra/src/tests/prime\_sieve/src/types.pr.rs \\
-Primes & std::collections::HashSet & 309638677.6476965 & /opt/candelabra/src/tests/prime\_sieve/src/types.pr.rs \\
-Sieve & std::vec::Vec & 159040493883.80685 & /opt/candelabra/src/tests/prime\_sieve/src/types.pr.rs \\
-Sieve & std::collections::LinkedList & 564583506434.6609 & /opt/candelabra/src/tests/prime\_sieve/src/types.pr.rs \\
+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-10T19:27:06Z DEBUG candelabra::profiler::info] Checking for nsplit
-[2024-03-10T19:27:06Z DEBUG candelabra::profiler::info] Partitions: [ProfilerPartition { occurences: 74361.0, avg_n: 498.0, avg_op_counts: {"pop": 96.0, "remove": 911.0, "first": 0.0, "contains": 0.0, "clear": 0.0, "insert": 0.0, "nth": 0.0, "push": 498.0, "get": 0.0, "last": 0.0} }, ProfilerPartition { occurences: 74.0, avg_n: 19998.0, avg_op_counts: {"insert": 0.0, "contains": 0.0, "pop": 2263.0, "remove": 47862.0, "get": 0.0, "push": 19998.0, "last": 0.0, "nth": 0.0, "clear": 0.0, "first": 0.0} }, ProfilerPartition { occurences: 19.0, avg_n: 49998.0, avg_op_counts: {"nth": 0.0, "first": 0.0, "push": 49998.0, "last": 0.0, "contains": 0.0, "clear": 0.0, "remove": 124819.0, "insert": 0.0, "pop": 5134.0, "get": 0.0} }]
-[2024-03-10T19:27:06Z DEBUG candelabra::profiler::info] Costs by partitions: [("std::vec::Vec", [81534805726.3383, 31644646744.952877, 45861041412.51567]), ("std::collections::LinkedList", [144053466252.44617, 183929188637.45557, 236600851544.7592])]
-[2024-03-10T19:27:06Z DEBUG candelabra::profiler::info] Top by partition: [("std::vec::Vec", 81534805726.3383), ("std::vec::Vec", 31644646744.952877), ("std::vec::Vec", 45861041412.51567)]
-[2024-03-10T19:27:06Z DEBUG candelabra::profiler::info] Checking for nsplit
-[2024-03-10T19:27:06Z DEBUG candelabra::profiler::info] Partitions: [ProfilerPartition { occurences: 74361.0, avg_n: 498.0, avg_op_counts: {"pop": 96.0, "push": 498.0, "clear": 0.0, "contains": 0.0, "last": 0.0, "first": 0.0, "remove": 911.0, "insert": 0.0, "get": 0.0, "nth": 0.0} }, ProfilerPartition { occurences: 74.0, avg_n: 19998.0, avg_op_counts: {"nth": 0.0, "contains": 0.0, "get": 0.0, "insert": 0.0, "last": 0.0, "pop": 2263.0, "remove": 47862.0, "first": 0.0, "clear": 0.0, "push": 19998.0} }, ProfilerPartition { occurences: 19.0, avg_n: 49998.0, avg_op_counts: {"last": 0.0, "push": 49998.0, "first": 0.0, "pop": 5134.0, "contains": 0.0, "nth": 0.0, "remove": 124819.0, "insert": 0.0, "clear": 0.0, "get": 0.0} }]
-[2024-03-10T19:27:06Z DEBUG candelabra::profiler::info] Costs by partitions: [("std::collections::LinkedList", [144053466252.44617, 183929188637.45554, 236600851544.7592]), ("std::vec::Vec", [81534805726.3383, 31644646744.952877, 45861041412.51567])]
-[2024-03-10T19:27:06Z DEBUG candelabra::profiler::info] Top by partition: [("std::vec::Vec", 81534805726.3383), ("std::vec::Vec", 31644646744.952877), ("std::vec::Vec", 45861041412.51567)]
-[2024-03-10T19:27:06Z DEBUG candelabra::profiler::info] Checking for nsplit
-[2024-03-10T19:27:06Z DEBUG candelabra::profiler::info] Partitions: [ProfilerPartition { occurences: 74361.0, avg_n: 94.0, avg_op_counts: {"last": 0.0, "first": 0.0, "pop": 0.0, "get": 0.0, "clear": 0.0, "nth": 0.0, "remove": 0.0, "contains": 0.0, "insert": 95.0, "push": 0.0} }, ProfilerPartition { occurences: 74.0, avg_n: 2261.0, avg_op_counts: {"push": 0.0, "first": 0.0, "get": 0.0, "insert": 2262.0, "clear": 0.0, "nth": 0.0, "remove": 0.0, "pop": 0.0, "contains": 0.0, "last": 0.0} }, ProfilerPartition { occurences: 19.0, avg_n: 5132.0, avg_op_counts: {"nth": 0.0, "get": 0.0, "first": 0.0, "remove": 0.0, "last": 0.0, "pop": 0.0, "insert": 5133.0, "push": 0.0, "contains": 0.0, "clear": 0.0} }]
-[2024-03-10T19:27:06Z DEBUG candelabra::profiler::info] Costs by partitions: [("primrose_library::SortedVec", [381746235.90605056, 11915554.258971993, 21329530.685821228]), ("std::collections::HashSet", [298771339.65670806, 6871242.670358136, 3996095.320630338]), ("std::collections::BTreeSet", [337199116.7758861, 11474453.601248696, 7288519.092273792])]
-[2024-03-10T19:27:06Z DEBUG candelabra::profiler::info] Top by partition: [("std::collections::HashSet", 298771339.65670806), ("std::collections::HashSet", 6871242.670358136), ("std::collections::HashSet", 3996095.320630338)]
-[2024-03-10T19:27:06Z DEBUG candelabra::confirmation] Saving choices for project prime_sieve
-[2024-03-10T19:27:06Z DEBUG candelabra::confirmation] Saving choices for /opt/candelabra/src/tests/prime_sieve/src/types.pr.rs
-[2024-03-10T19:27:06Z DEBUG primrose::selector] Setting up directories
-[2024-03-10T19:27:06Z DEBUG primrose::selector] Parsing into blocks
-[2024-03-10T19:27:06Z DEBUG primrose::selector] Running type checker
-[2024-03-10T19:27:06Z DEBUG primrose::selector] Running analysis
-[2024-03-10T19:27:06Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/arg3vck84cg7ah84s37qjc2qshavq5yx-source/crates/library/src/adaptive.rs
-[2024-03-10T19:27:06Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/arg3vck84cg7ah84s37qjc2qshavq5yx-source/crates/library/src/profiler.rs
-[2024-03-10T19:27:06Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/arg3vck84cg7ah84s37qjc2qshavq5yx-source/crates/library/src/traits.rs
-[2024-03-10T19:27:06Z INFO candelabra_cli::select] Saved best choices
-[2024-03-10T19:27:06Z 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"): primrose_library::SortedVec}
-[2024-03-10T19:27:06Z DEBUG candelabra::confirmation] Saving choices for project prime_sieve
-[2024-03-10T19:27:06Z DEBUG candelabra::confirmation] Saving choices for /opt/candelabra/src/tests/prime_sieve/src/types.pr.rs
-[2024-03-10T19:27:06Z DEBUG primrose::selector] Setting up directories
-[2024-03-10T19:27:06Z DEBUG primrose::selector] Parsing into blocks
-[2024-03-10T19:27:06Z DEBUG primrose::selector] Running type checker
-[2024-03-10T19:27:06Z DEBUG primrose::selector] Running analysis
-[2024-03-10T19:27:06Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/arg3vck84cg7ah84s37qjc2qshavq5yx-source/crates/library/src/adaptive.rs
-[2024-03-10T19:27:06Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/arg3vck84cg7ah84s37qjc2qshavq5yx-source/crates/library/src/profiler.rs
-[2024-03-10T19:27:06Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/arg3vck84cg7ah84s37qjc2qshavq5yx-source/crates/library/src/traits.rs
+[2024-03-20T01:54:45Z DEBUG candelabra::profiler::info] Checking for nsplit
+[2024-03-20T01:54:45Z DEBUG candelabra::profiler::info] Partitions: [ProfilerPartition { occurences: 104982.0, avg_n: 48.0, avg_op_counts: {"push": 48.0, "contains": 0.0, "last": 0.0, "remove": 60.0, "get": 0.0, "insert": 0.0, "clear": 0.0, "pop": 16.0, "nth": 0.0, "first": 0.0} }, ProfilerPartition { occurences: 13150.0, avg_n: 498.0, avg_op_counts: {"get": 0.0, "last": 0.0, "remove": 911.0, "nth": 0.0, "pop": 96.0, "contains": 0.0, "push": 498.0, "first": 0.0, "clear": 0.0, "insert": 0.0} }, ProfilerPartition { occurences: 1.0, avg_n: 49998.0, avg_op_counts: {"last": 0.0, "clear": 0.0, "push": 49998.0, "nth": 0.0, "first": 0.0, "remove": 124819.0, "insert": 0.0, "get": 0.0, "pop": 5134.0, "contains": 0.0} }]
+[2024-03-20T01:54:45Z DEBUG candelabra::profiler::info] Costs by partitions: [("std::vec::Vec", [920139229.3349389, 21990816690.846436, 3240282778.622847]), ("std::collections::LinkedList", [82913976.14030395, 116745975.12099935, 13979811404.371206])]
+[2024-03-20T01:54:45Z DEBUG candelabra::profiler::info] Top by partition: [("std::collections::LinkedList", 82913976.14030395), ("std::collections::LinkedList", 116745975.12099935), ("std::vec::Vec", 3240282778.622847)]
+[2024-03-20T01:54:45Z DEBUG candelabra::profiler::info] With split index 2, split proper is true
+[2024-03-20T01:54:45Z DEBUG candelabra::profiler::info] Checking for nsplit
+[2024-03-20T01:54:45Z DEBUG candelabra::profiler::info] Partitions: [ProfilerPartition { occurences: 118132.0, avg_n: 22.905292384789895, avg_op_counts: {"nth": 0.0, "get": 0.0, "first": 0.0, "remove": 0.0, "contains": 0.0, "insert": 23.905292384789895, "pop": 0.0, "clear": 0.0, "last": 0.0, "push": 0.0} }, ProfilerPartition { occurences: 1.0, avg_n: 5132.0, avg_op_counts: {"contains": 0.0, "remove": 0.0, "pop": 0.0, "get": 0.0, "insert": 5133.0, "push": 0.0, "clear": 0.0, "nth": 0.0, "last": 0.0, "first": 0.0} }]
+[2024-03-20T01:54:45Z DEBUG candelabra::profiler::info] Costs by partitions: [("std::collections::HashSet", [116800020.83819024, 205347.45777480432]), ("primrose_library::SortedVec", [111243970.25679907, 1177386.194208213]), ("std::collections::BTreeSet", [108545396.49787714, 386463.0783643916])]
+[2024-03-20T01:54:45Z DEBUG candelabra::profiler::info] Top by partition: [("std::collections::BTreeSet", 108545396.49787714), ("std::collections::HashSet", 205347.45777480432)]
+[2024-03-20T01:54:45Z DEBUG candelabra::profiler::info] With split index 1, split proper is true
+[2024-03-20T01:54:45Z DEBUG candelabra::confirmation] Saving choices for project prime_sieve
+[2024-03-20T01:54:45Z DEBUG candelabra::confirmation] Saving choices for /opt/candelabra/src/tests/prime_sieve/src/types.pr.rs
+[2024-03-20T01:54:45Z DEBUG primrose::selector] Setting up directories
+[2024-03-20T01:54:45Z DEBUG primrose::selector] Parsing into blocks
+[2024-03-20T01:54:45Z DEBUG primrose::selector] Running type checker
+[2024-03-20T01:54:45Z DEBUG primrose::selector] Running analysis
+[2024-03-20T01:54:45Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/adaptive.rs
+[2024-03-20T01:54:45Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/profiler.rs
+[2024-03-20T01:54:45Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/traits.rs
+[2024-03-20T01:54:45Z INFO candelabra_cli::select] Saved best choices
+[2024-03-20T01:54:45Z 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-20T01:54:45Z DEBUG candelabra::confirmation] Saving choices for project prime_sieve
+[2024-03-20T01:54:45Z DEBUG candelabra::confirmation] Saving choices for /opt/candelabra/src/tests/prime_sieve/src/types.pr.rs
+[2024-03-20T01:54:45Z DEBUG primrose::selector] Setting up directories
+[2024-03-20T01:54:45Z DEBUG primrose::selector] Parsing into blocks
+[2024-03-20T01:54:45Z DEBUG primrose::selector] Running type checker
+[2024-03-20T01:54:45Z DEBUG primrose::selector] Running analysis
+[2024-03-20T01:54:45Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/adaptive.rs
+[2024-03-20T01:54:45Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/profiler.rs
+[2024-03-20T01:54: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 2.59s
+ Finished bench [optimized] target(s) in 3.02s
Running benches/main.rs (/opt/candelabra/src/tests/target/release/deps/main-6d95aa0223cdf8a8)
-[2024-03-10T19:27:56Z 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-10T19:27:56Z DEBUG candelabra::confirmation] Saving choices for project prime_sieve
-[2024-03-10T19:27:56Z DEBUG candelabra::confirmation] Saving choices for /opt/candelabra/src/tests/prime_sieve/src/types.pr.rs
-[2024-03-10T19:27:56Z DEBUG primrose::selector] Setting up directories
-[2024-03-10T19:27:56Z DEBUG primrose::selector] Parsing into blocks
-[2024-03-10T19:27:56Z DEBUG primrose::selector] Running type checker
-[2024-03-10T19:27:56Z DEBUG primrose::selector] Running analysis
-[2024-03-10T19:27:56Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/arg3vck84cg7ah84s37qjc2qshavq5yx-source/crates/library/src/adaptive.rs
-[2024-03-10T19:27:56Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/arg3vck84cg7ah84s37qjc2qshavq5yx-source/crates/library/src/profiler.rs
-[2024-03-10T19:27:56Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/arg3vck84cg7ah84s37qjc2qshavq5yx-source/crates/library/src/traits.rs
+[2024-03-20T01:57:53Z 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"): primrose_library::SortedVec}
+[2024-03-20T01:57:53Z DEBUG candelabra::confirmation] Saving choices for project prime_sieve
+[2024-03-20T01:57:53Z DEBUG candelabra::confirmation] Saving choices for /opt/candelabra/src/tests/prime_sieve/src/types.pr.rs
+[2024-03-20T01:57:53Z DEBUG primrose::selector] Setting up directories
+[2024-03-20T01:57:53Z DEBUG primrose::selector] Parsing into blocks
+[2024-03-20T01:57:53Z DEBUG primrose::selector] Running type checker
+[2024-03-20T01:57:53Z DEBUG primrose::selector] Running analysis
+[2024-03-20T01:57:53Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/adaptive.rs
+[2024-03-20T01:57:53Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/profiler.rs
+[2024-03-20T01:57:53Z 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.67s
+ Finished bench [optimized] target(s) in 2.82s
Running benches/main.rs (/opt/candelabra/src/tests/target/release/deps/main-6d95aa0223cdf8a8)
-[2024-03-10T19:31:52Z 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::vec::Vec}
-[2024-03-10T19:31:52Z DEBUG candelabra::confirmation] Saving choices for project prime_sieve
-[2024-03-10T19:31:52Z DEBUG candelabra::confirmation] Saving choices for /opt/candelabra/src/tests/prime_sieve/src/types.pr.rs
-[2024-03-10T19:31:52Z DEBUG primrose::selector] Setting up directories
-[2024-03-10T19:31:52Z DEBUG primrose::selector] Parsing into blocks
-[2024-03-10T19:31:52Z DEBUG primrose::selector] Running type checker
-[2024-03-10T19:31:52Z DEBUG primrose::selector] Running analysis
-[2024-03-10T19:31:52Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/arg3vck84cg7ah84s37qjc2qshavq5yx-source/crates/library/src/adaptive.rs
-[2024-03-10T19:31:52Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/arg3vck84cg7ah84s37qjc2qshavq5yx-source/crates/library/src/profiler.rs
-[2024-03-10T19:31:52Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/arg3vck84cg7ah84s37qjc2qshavq5yx-source/crates/library/src/traits.rs
+[2024-03-20T02:01:37Z 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-20T02:01:37Z DEBUG candelabra::confirmation] Saving choices for project prime_sieve
+[2024-03-20T02:01:37Z DEBUG candelabra::confirmation] Saving choices for /opt/candelabra/src/tests/prime_sieve/src/types.pr.rs
+[2024-03-20T02:01:37Z DEBUG primrose::selector] Setting up directories
+[2024-03-20T02:01:37Z DEBUG primrose::selector] Parsing into blocks
+[2024-03-20T02:01:37Z DEBUG primrose::selector] Running type checker
+[2024-03-20T02:01:37Z DEBUG primrose::selector] Running analysis
+[2024-03-20T02:01:37Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/adaptive.rs
+[2024-03-20T02:01:37Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/profiler.rs
+[2024-03-20T02:01:37Z 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.78s
+ Finished bench [optimized] target(s) in 2.74s
Running benches/main.rs (/opt/candelabra/src/tests/target/release/deps/main-6d95aa0223cdf8a8)
-[2024-03-10T19:32:41Z 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-10T19:32:41Z DEBUG candelabra::confirmation] Saving choices for project prime_sieve
-[2024-03-10T19:32:41Z DEBUG candelabra::confirmation] Saving choices for /opt/candelabra/src/tests/prime_sieve/src/types.pr.rs
-[2024-03-10T19:32:41Z DEBUG primrose::selector] Setting up directories
-[2024-03-10T19:32:41Z DEBUG primrose::selector] Parsing into blocks
-[2024-03-10T19:32:41Z DEBUG primrose::selector] Running type checker
-[2024-03-10T19:32:41Z DEBUG primrose::selector] Running analysis
-[2024-03-10T19:32:41Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/arg3vck84cg7ah84s37qjc2qshavq5yx-source/crates/library/src/adaptive.rs
-[2024-03-10T19:32:41Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/arg3vck84cg7ah84s37qjc2qshavq5yx-source/crates/library/src/profiler.rs
-[2024-03-10T19:32:41Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/arg3vck84cg7ah84s37qjc2qshavq5yx-source/crates/library/src/traits.rs
+[2024-03-20T02:11:44Z 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 until n=34, then std::collections::HashSet}
+[2024-03-20T02:11:44Z DEBUG candelabra::confirmation] Saving choices for project prime_sieve
+[2024-03-20T02:11:44Z DEBUG candelabra::confirmation] Saving choices for /opt/candelabra/src/tests/prime_sieve/src/types.pr.rs
+[2024-03-20T02:11:44Z DEBUG primrose::selector] Setting up directories
+[2024-03-20T02:11:44Z DEBUG primrose::selector] Parsing into blocks
+[2024-03-20T02:11:44Z DEBUG primrose::selector] Running type checker
+[2024-03-20T02:11:44Z DEBUG primrose::selector] Running analysis
+[2024-03-20T02:11:44Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/adaptive.rs
+[2024-03-20T02:11:44Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/profiler.rs
+[2024-03-20T02:11:44Z 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.70s
+warning: unnecessary parentheses around type
+ --> prime_sieve/src/types.rs:18:110
+ |
+18 | ::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
+ |
+18 - ::primrose_library::AdaptiveContainer::<34, std::collections::BTreeSet<S>, std::collections::HashSet<S>, (S)>::default()
+18 + ::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.01s
+ Running benches/main.rs (/opt/candelabra/src/tests/target/release/deps/main-6d95aa0223cdf8a8)
+[2024-03-20T02:15:13Z 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-20T02:15:13Z DEBUG candelabra::confirmation] Saving choices for project prime_sieve
+[2024-03-20T02:15:13Z DEBUG candelabra::confirmation] Saving choices for /opt/candelabra/src/tests/prime_sieve/src/types.pr.rs
+[2024-03-20T02:15:13Z DEBUG primrose::selector] Setting up directories
+[2024-03-20T02:15:13Z DEBUG primrose::selector] Parsing into blocks
+[2024-03-20T02:15:13Z DEBUG primrose::selector] Running type checker
+[2024-03-20T02:15:13Z DEBUG primrose::selector] Running analysis
+[2024-03-20T02:15:13Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/adaptive.rs
+[2024-03-20T02:15:13Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/profiler.rs
+[2024-03-20T02:15:13Z 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.92s
+ Running benches/main.rs (/opt/candelabra/src/tests/target/release/deps/main-6d95aa0223cdf8a8)
+[2024-03-20T02:16:00Z 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-20T02:16:00Z DEBUG candelabra::confirmation] Saving choices for project prime_sieve
+[2024-03-20T02:16:00Z DEBUG candelabra::confirmation] Saving choices for /opt/candelabra/src/tests/prime_sieve/src/types.pr.rs
+[2024-03-20T02:16:00Z DEBUG primrose::selector] Setting up directories
+[2024-03-20T02:16:00Z DEBUG primrose::selector] Parsing into blocks
+[2024-03-20T02:16:00Z DEBUG primrose::selector] Running type checker
+[2024-03-20T02:16:00Z DEBUG primrose::selector] Running analysis
+[2024-03-20T02:16:00Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/adaptive.rs
+[2024-03-20T02:16:00Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/profiler.rs
+[2024-03-20T02:16:00Z 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.75s
Running benches/main.rs (/opt/candelabra/src/tests/target/release/deps/main-6d95aa0223cdf8a8)
-[2024-03-10T19:42:57Z 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::HashSet}
-[2024-03-10T19:42:57Z DEBUG candelabra::confirmation] Saving choices for project prime_sieve
-[2024-03-10T19:42:57Z DEBUG candelabra::confirmation] Saving choices for /opt/candelabra/src/tests/prime_sieve/src/types.pr.rs
-[2024-03-10T19:42:57Z DEBUG primrose::selector] Setting up directories
-[2024-03-10T19:42:57Z DEBUG primrose::selector] Parsing into blocks
-[2024-03-10T19:42:57Z DEBUG primrose::selector] Running type checker
-[2024-03-10T19:42:57Z DEBUG primrose::selector] Running analysis
-[2024-03-10T19:42:57Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/arg3vck84cg7ah84s37qjc2qshavq5yx-source/crates/library/src/adaptive.rs
-[2024-03-10T19:42:57Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/arg3vck84cg7ah84s37qjc2qshavq5yx-source/crates/library/src/profiler.rs
-[2024-03-10T19:42:57Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/arg3vck84cg7ah84s37qjc2qshavq5yx-source/crates/library/src/traits.rs
+[2024-03-20T02:16:50Z 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-20T02:16:50Z DEBUG candelabra::confirmation] Saving choices for project prime_sieve
+[2024-03-20T02:16:50Z DEBUG candelabra::confirmation] Saving choices for /opt/candelabra/src/tests/prime_sieve/src/types.pr.rs
+[2024-03-20T02:16:50Z DEBUG primrose::selector] Setting up directories
+[2024-03-20T02:16:50Z DEBUG primrose::selector] Parsing into blocks
+[2024-03-20T02:16:50Z DEBUG primrose::selector] Running type checker
+[2024-03-20T02:16:50Z DEBUG primrose::selector] Running analysis
+[2024-03-20T02:16:50Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/adaptive.rs
+[2024-03-20T02:16:50Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/profiler.rs
+[2024-03-20T02:16:50Z 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.96s
+ Finished bench [optimized] target(s) in 2.92s
Running benches/main.rs (/opt/candelabra/src/tests/target/release/deps/main-6d95aa0223cdf8a8)
-[2024-03-10T19:43:47Z 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-10T19:43:47Z DEBUG candelabra::confirmation] Saving choices for project prime_sieve
-[2024-03-10T19:43:47Z DEBUG candelabra::confirmation] Saving choices for /opt/candelabra/src/tests/prime_sieve/src/types.pr.rs
-[2024-03-10T19:43:47Z DEBUG primrose::selector] Setting up directories
-[2024-03-10T19:43:47Z DEBUG primrose::selector] Parsing into blocks
-[2024-03-10T19:43:47Z DEBUG primrose::selector] Running type checker
-[2024-03-10T19:43:47Z DEBUG primrose::selector] Running analysis
-[2024-03-10T19:43:47Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/arg3vck84cg7ah84s37qjc2qshavq5yx-source/crates/library/src/adaptive.rs
-[2024-03-10T19:43:47Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/arg3vck84cg7ah84s37qjc2qshavq5yx-source/crates/library/src/profiler.rs
-[2024-03-10T19:43:47Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/arg3vck84cg7ah84s37qjc2qshavq5yx-source/crates/library/src/traits.rs
+[2024-03-20T02:17:39Z 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 until n=34, then std::collections::HashSet}
+[2024-03-20T02:17:39Z DEBUG candelabra::confirmation] Saving choices for project prime_sieve
+[2024-03-20T02:17:39Z DEBUG candelabra::confirmation] Saving choices for /opt/candelabra/src/tests/prime_sieve/src/types.pr.rs
+[2024-03-20T02:17:39Z DEBUG primrose::selector] Setting up directories
+[2024-03-20T02:17:39Z DEBUG primrose::selector] Parsing into blocks
+[2024-03-20T02:17:39Z DEBUG primrose::selector] Running type checker
+[2024-03-20T02:17:39Z DEBUG primrose::selector] Running analysis
+[2024-03-20T02:17:39Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/adaptive.rs
+[2024-03-20T02:17:39Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/profiler.rs
+[2024-03-20T02:17:39Z 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.00s
+warning: unnecessary parentheses around type
+ --> prime_sieve/src/types.rs:18:110
+ |
+18 | ::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
+ |
+18 - ::primrose_library::AdaptiveContainer::<34, std::collections::BTreeSet<S>, std::collections::HashSet<S>, (S)>::default()
+18 + ::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.01s
+ Running benches/main.rs (/opt/candelabra/src/tests/target/release/deps/main-6d95aa0223cdf8a8)
+[2024-03-20T02:18:26Z 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::collections::LinkedList until n=747, then std::vec::Vec}
+[2024-03-20T02:18:26Z DEBUG candelabra::confirmation] Saving choices for project prime_sieve
+[2024-03-20T02:18:26Z DEBUG candelabra::confirmation] Saving choices for /opt/candelabra/src/tests/prime_sieve/src/types.pr.rs
+[2024-03-20T02:18:26Z DEBUG primrose::selector] Setting up directories
+[2024-03-20T02:18:26Z DEBUG primrose::selector] Parsing into blocks
+[2024-03-20T02:18:26Z DEBUG primrose::selector] Running type checker
+[2024-03-20T02:18:26Z DEBUG primrose::selector] Running analysis
+[2024-03-20T02:18:26Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/adaptive.rs
+[2024-03-20T02:18:26Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/profiler.rs
+[2024-03-20T02:18:26Z 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.82s
+ Running benches/main.rs (/opt/candelabra/src/tests/target/release/deps/main-6d95aa0223cdf8a8)
+[2024-03-20T02:19:14Z 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-20T02:19:14Z DEBUG candelabra::confirmation] Saving choices for project prime_sieve
+[2024-03-20T02:19:14Z DEBUG candelabra::confirmation] Saving choices for /opt/candelabra/src/tests/prime_sieve/src/types.pr.rs
+[2024-03-20T02:19:14Z DEBUG primrose::selector] Setting up directories
+[2024-03-20T02:19:14Z DEBUG primrose::selector] Parsing into blocks
+[2024-03-20T02:19:14Z DEBUG primrose::selector] Running type checker
+[2024-03-20T02:19:14Z DEBUG primrose::selector] Running analysis
+[2024-03-20T02:19:14Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/adaptive.rs
+[2024-03-20T02:19:14Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/profiler.rs
+[2024-03-20T02:19:14Z 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.83s
+ Running benches/main.rs (/opt/candelabra/src/tests/target/release/deps/main-6d95aa0223cdf8a8)
+[2024-03-20T02:20:01Z 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::BTreeSet}
+[2024-03-20T02:20:01Z DEBUG candelabra::confirmation] Saving choices for project prime_sieve
+[2024-03-20T02:20:01Z DEBUG candelabra::confirmation] Saving choices for /opt/candelabra/src/tests/prime_sieve/src/types.pr.rs
+[2024-03-20T02:20:01Z DEBUG primrose::selector] Setting up directories
+[2024-03-20T02:20:01Z DEBUG primrose::selector] Parsing into blocks
+[2024-03-20T02:20:01Z DEBUG primrose::selector] Running type checker
+[2024-03-20T02:20:01Z DEBUG primrose::selector] Running analysis
+[2024-03-20T02:20:01Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/adaptive.rs
+[2024-03-20T02:20:01Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/profiler.rs
+[2024-03-20T02:20:01Z 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 2.74s
+ Running benches/main.rs (/opt/candelabra/src/tests/target/release/deps/main-6d95aa0223cdf8a8)
+[2024-03-20T02:20:47Z 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-20T02:20:47Z DEBUG candelabra::confirmation] Saving choices for project prime_sieve
+[2024-03-20T02:20:47Z DEBUG candelabra::confirmation] Saving choices for /opt/candelabra/src/tests/prime_sieve/src/types.pr.rs
+[2024-03-20T02:20:47Z DEBUG primrose::selector] Setting up directories
+[2024-03-20T02:20:47Z DEBUG primrose::selector] Parsing into blocks
+[2024-03-20T02:20:47Z DEBUG primrose::selector] Running type checker
+[2024-03-20T02:20:47Z DEBUG primrose::selector] Running analysis
+[2024-03-20T02:20:47Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/adaptive.rs
+[2024-03-20T02:20:47Z DEBUG primrose::library_specs] Ignoring invalid library module /nix/store/n9bab5lfpka22cpsfrvdsg454dn0kkdn-source/crates/library/src/profiler.rs
+[2024-03-20T02:20:47Z 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.35s
Running benches/main.rs (/opt/candelabra/src/tests/target/release/deps/main-6d95aa0223cdf8a8)
-┌──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┬───────────────────┬─────────────────┬───────────────────┬─────────────┐
-│ │ prime_sieve/20000 │ prime_sieve/500 │ prime_sieve/50000 │ total │
-├──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┼───────────────────┼─────────────────┼───────────────────┼─────────────┤
-│ {("/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} │ 1368100000 │ 194570 │ 8976500000 │ 10344794570 │
-│ {("/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::vec::Vec} │ 116550000 │ 75161 │ 773260000 │ 889885161 │
-│ {("/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} │ 2112600000 │ 193350 │ 27185000000 │ 29297793350 │
-│ {("/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::HashSet} │ 118070000 │ 75322 │ 773890000 │ 892035322 │
-│ {("/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"): primrose_library::SortedVec} │ 119210000 │ 81639 │ 803150000 │ 922441639 │
-│ {("/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} │ 1391000000 │ 199910 │ 7699600000 │ 9090799910 │
-└──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┴───────────────────┴─────────────────┴───────────────────┴─────────────┘
+┌────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┬────────────────┬─────────────────┬───────────────────┬───────────────┐
+│ │ prime_sieve/50 │ prime_sieve/500 │ prime_sieve/50000 │ total │
+├────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┼────────────────┼─────────────────┼───────────────────┼───────────────┤
+│ {("/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} │ 2292.3 │ 210250 │ 771510000 │ 771722542.3 │
+│ {("/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::BTreeSet} │ 2277.4 │ 198370 │ 770860000 │ 771060647.4 │
+│ {("/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} │ 2302.8 │ 195860 │ 28672000000 │ 28672198162.8 │
+│ {("/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 until n=34, then std::collections::HashSet} │ 1424.8 │ 85389 │ 790560000 │ 790646813.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 until n=34, then std::collections::HashSet} │ 2391 │ 206580 │ 8634800000 │ 8635008971 │
+│ {("/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} │ 1319.1 │ 81601 │ 787360000 │ 787442920.1 │
+│ {("/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} │ 2631.3 │ 207270 │ 7688500000 │ 7688709901.3 │
+│ {("/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} │ 2229.4 │ 203160 │ 778360000 │ 778565389.4 │
+│ {("/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::collections::LinkedList until n=747, then std::vec::Vec} │ 2657.2 │ 207140 │ 771050000 │ 771259797.2 │
+│ {("/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} │ 1591 │ 77788 │ 768570000 │ 768649379 │
+│ {("/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} │ 1168.4 │ 75113 │ 776530000 │ 776606281.4 │
+│ {("/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"): primrose_library::SortedVec} │ 2176 │ 203080 │ 9436100000 │ 9436305256 │
+└────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┴────────────────┴─────────────────┴───────────────────┴───────────────┘
\begin{center}
\begin{tabular}{|c|c|c|c|c|}
- & prime\_sieve/20000 & prime\_sieve/500 & prime\_sieve/50000 & total \\
+ & prime\_sieve/50 & prime\_sieve/500 & prime\_sieve/50000 & total \\
\hline
-\{("/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\} & 1368100000 & 194570 & 8976500000 & 10344794570 \\
-\{("/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::vec::Vec\} & 116550000 & 75161 & 773260000 & 889885161 \\
-\{("/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\} & 2112600000 & 193350 & 27185000000 & 29297793350 \\
-\{("/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::HashSet\} & 118070000 & 75322 & 773890000 & 892035322 \\
-\{("/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"): primrose\_library::SortedVec\} & 119210000 & 81639 & 803150000 & 922441639 \\
-\{("/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\} & 1391000000 & 199910 & 7699600000 & 9090799910 \\
+\{("/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\} & 2292.3 & 210250 & 771510000 & 771722542.3 \\
+\{("/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::BTreeSet\} & 2277.4 & 198370 & 770860000 & 771060647.4 \\
+\{("/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\} & 2302.8 & 195860 & 28672000000 & 28672198162.8 \\
+\{("/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 until n=34, then std::collections::HashSet\} & 1424.8 & 85389 & 790560000 & 790646813.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 until n=34, then std::collections::HashSet\} & 2391 & 206580 & 8634800000 & 8635008971 \\
+\{("/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\} & 1319.1 & 81601 & 787360000 & 787442920.1 \\
+\{("/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\} & 2631.3 & 207270 & 7688500000 & 7688709901.3 \\
+\{("/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\} & 2229.4 & 203160 & 778360000 & 778565389.4 \\
+\{("/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::collections::LinkedList until n=747, then std::vec::Vec\} & 2657.2 & 207140 & 771050000 & 771259797.2 \\
+\{("/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\} & 1591 & 77788 & 768570000 & 768649379 \\
+\{("/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\} & 1168.4 & 75113 & 776530000 & 776606281.4 \\
+\{("/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"): primrose\_library::SortedVec\} & 2176 & 203080 & 9436100000 & 9436305256 \\
\end{tabular}
\end{center}
-section_end:1710100037:compare-prime_sieve
+section_end:1710901295:compare-prime_sieve

-section_end:1710100037:step_script
+section_end:1710901295:step_script
 \ No newline at end of file