aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/benchmarks.md (unfollow)
Commit message (Collapse)AuthorFilesLines
2026-01-26Improve multithreading benchmarks (compare speedup factor, not with vcube)Sebastiano Tronto1-84/+71
2026-01-12Improve performance of H48 solver with prefetchingSebastiano Tronto1-51/+53
With this commit we re-structure how the node expansion in the H48 solution search works to allow prefetching of pruning values, showing performance improvements in the range of 30-45% on x86, depending on table size and solution length. A small bug fix related to appending solutions is included in this commit.
2025-12-19Update benchmarks.md and plotsSebastiano Tronto1-48/+48
2025-12-19Fix typo in benchmarksSebastiano Tronto1-78/+78
2025-12-17Clarified that results are in a <details>intertwined-fallback-tableSebastiano Tronto1-1/+1
2025-12-17Fix alignmentSebastiano Tronto1-0/+5
2025-12-17Improve pruning value fetching and re-do benchmarksSebastiano Tronto1-48/+49
2025-12-17Cleanup mdSebastiano Tronto1-10/+9
2025-12-17Update benchmarksSebastiano Tronto1-111/+104
2025-11-24Fix duplicate solutions, overflow in maxsols and improve symmetry reduction ↵Sebastiano Tronto1-32/+32
for H48. This commit fixes two bugs: - A bug that caused duplicates solutions for symmetric scrambles. - An overflow in the maxsols parameter for the H48 solver, which caused it to find much fewer solutions than existed. Moreover, the H48 solvers has been improved by reducing by symmetry not only from the starting position, but also up to the first 4 moves.
2025-08-12Renamed UNIX build script to build.sh, added info to README.md related to ↵Sebastiano Tronto1-1/+1
windows build
2025-06-19Add small comments on benchmark resultsSebastiano Tronto1-0/+8
2025-06-19Fix pictures in benchmarks, maybeSebastiano Tronto1-12/+12
2025-06-19Added plots to benchmarkSebastiano Tronto1-0/+21
2025-06-19Added benchmarks for all solutionsSebastiano Tronto1-67/+19
2025-06-19Add benchmark resultsSebastiano Tronto1-0/+275

Generated with cgit - Back to sebastiano.tronto.net