| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Improve Windows build support. | Sebastiano Tronto | 2026-03-01 | 1 | -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. | ||||
| * | Improve performance of H48 solver with prefetching | Sebastiano Tronto | 2026-01-12 | 1 | -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. | |||||
