aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/results_h48.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Improve performance of H48 solver with prefetchingSebastiano Tronto2026-01-121-24/+24
| | | | | | | | | 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.
* Minor improvementSebastiano Tronto2025-12-191-24/+24
| | | | | | | | | Add a trivial check to H48 solver. The benchmarks show, surprisingly, a more noticeable improvement for larger solvers (h10, h11). I was expecting it to be more noticeable for smaller solvers. It is likely that this change is irrelevant to performance and all changes in the benchmark results are just random chance.
* Improve pruning value fetching and re-do benchmarksSebastiano Tronto2025-12-171-24/+24
|
* Update benchmarksSebastiano Tronto2025-12-171-0/+36

Generated with cgit - Back to sebastiano.tronto.net