]> git.sesse.net Git - stockfish/commit
Prefetch TT entries in probcut
authorcj5716 <125858804+cj5716@users.noreply.github.com>
Tue, 31 Oct 2023 00:25:06 +0000 (08:25 +0800)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Fri, 3 Nov 2023 21:39:04 +0000 (22:39 +0100)
commite277dda7166992536124891e212d6d6a866f8a12
treeace35b89b81ecf1c1b97af5c2b2f8ee560af9b16
parent908811c24ab53d2cb1bebc1138427e21fefa8054
Prefetch TT entries in probcut

Passed STC:
LLR: 2.93 (-2.94,2.94) <0.00,2.00>
Total: 101344 W: 25893 L: 25491 D: 49960
Ptnml(0-2): 303, 11350, 26991, 11698, 330
https://tests.stockfishchess.org/tests/view/6540daa6cc309ae83956669b

slight speedup:
```
Result of 100 runs
==================
base (./stockfish.master       ) =    1170705  +/- 3133
test (./stockfish.patch        ) =    1174545  +/- 2895
diff                             =      +3841  +/- 3196

speedup        = +0.0033
P(speedup > 0) =  0.9907
```

closes https://github.com/official-stockfish/Stockfish/pull/4856

No functional change
src/search.cpp