aboutsummaryrefslogtreecommitdiff
path: root/src/utils/prefetch.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2026-03-01Improve Windows build support.Sebastiano Tronto1-12/+4
- Use multithreading (works with a sufficiently recent version of the Microsoft developer tools / C SDK). - Detect CPU architecture and use AVX2 or NEON when appropriate. - Automatically detect python installation path.
2026-01-12Improve performance of H48 solver with prefetchingSebastiano Tronto1-0/+15
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.

Generated with cgit - Back to sebastiano.tronto.net