1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-30 08:43:09 +00:00
BadFish/src/syzygy
lucasart f8f5dcbb68 Compute checkers from scratch
This micro-optimization only complicates the code and provides no benefit.
Removing it is even a speedup on my machine (i7-3770k, linux, gcc 4.9.1):

stat        test     master    diff
mean   2,403,118  2,390,904  12,214
stdev     12,043     10,620   3,677

speedup       0.51%
P(speedup>0) 100.0%

No functional change.
2015-02-16 09:34:26 +08:00
..
tbcore.cpp Fix syzygy warnings with Intel compiler 2015-01-18 07:29:51 +01:00
tbcore.h Fix compile for some versions of mingw 2014-12-14 14:45:43 -05:00
tbprobe.cpp Compute checkers from scratch 2015-02-16 09:34:26 +08:00
tbprobe.h Explicitly pass RootMoves to TB probes 2014-12-06 15:08:21 +00:00