From 233169d9ab5fb8a796d91a3694f8a522fa54d194 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Mon, 26 Jan 2026 22:52:15 +0100 Subject: Improve multithreading benchmarks (compare speedup factor, not with vcube) --- benchmarks/tables_all_solutions.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 benchmarks/tables_all_solutions.md (limited to 'benchmarks/tables_all_solutions.md') diff --git a/benchmarks/tables_all_solutions.md b/benchmarks/tables_all_solutions.md new file mode 100644 index 0000000..2959e0b --- /dev/null +++ b/benchmarks/tables_all_solutions.md @@ -0,0 +1,26 @@ + +
Results: All solutions, 16 threads + +Time per cube (in seconds, lower is better). + +| Solver | Size |17 moves|18 moves|19 moves|20 moves|Superflip| +|:---------|:-------|-------:|-------:|-------:|-------:|--------:| +|H48 h11 |56.5 GiB| 0.04| 0.26| 2.22| 18.96| 16.95| +|H48 h10 |28.3 GiB| 0.05| 0.42| 3.82| 34.42| 36.80| +|H48 h9 |14.1 GiB| 0.08| 0.73| 7.28| | | +|H48 h8 | 7.1 GiB| 0.15| 1.56| 15.41| | | +|H48 h7 | 3.5 GiB| 0.21| 2.38| 26.52| | | +|H48 h6 | 1.8 GiB| 0.39| 4.67| 53.00| | | + +Time per cube adjusted for table size (in seconds \* GiB, lower is better). + +| Solver | Size |17 moves|18 moves|19 moves|20 moves|Superflip| +|:---------|:-------|-------:|-------:|-------:|-------:|--------:| +|H48 h11 |56.5 GiB| 2.11| 14.55| 125.21| 1071.23| 957.47| +|H48 h10 |28.3 GiB| 1.48| 11.96| 107.83| 972.35| 1039.73| +|H48 h9 |14.1 GiB| 1.08| 10.29| 102.88| | | +|H48 h8 | 7.1 GiB| 1.03| 10.99| 108.87| | | +|H48 h7 | 3.5 GiB| 0.74| 8.41| 93.69| | | +|H48 h6 | 1.8 GiB| 0.70| 8.25| 93.68| | | + +
-- cgit v1.3