1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-29 16:23:09 +00:00
BadFish/src
Marco Costalba 392360e73b TranspositionTable: early skip on an empty TT entry
Instead of going for the whole 4 cycle loop early
skip if TT entry is empty.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
2008-09-06 12:20:28 +02:00
..
benchmark.cpp Initial import of Glaurung 2.1 2008-09-01 07:59:13 +02:00
benchmark.h Initial import of Glaurung 2.1 2008-09-01 07:59:13 +02:00
bitbase.cpp Initial import of Glaurung 2.1 2008-09-01 07:59:13 +02:00
bitbase.h Initial import of Glaurung 2.1 2008-09-01 07:59:13 +02:00
bitboard.cpp Initial import of Glaurung 2.1 2008-09-01 07:59:13 +02:00
bitboard.h Initial import of Glaurung 2.1 2008-09-01 07:59:13 +02:00
book.cpp Initial import of Glaurung 2.1 2008-09-01 07:59:13 +02:00
book.h Initial import of Glaurung 2.1 2008-09-01 07:59:13 +02:00
color.cpp Initial import of Glaurung 2.1 2008-09-01 07:59:13 +02:00
color.h Initial import of Glaurung 2.1 2008-09-01 07:59:13 +02:00
COPYING Initial import of Glaurung 2.1 2008-09-01 07:59:13 +02:00
depth.h Initial import of Glaurung 2.1 2008-09-01 07:59:13 +02:00
direction.cpp Initial import of Glaurung 2.1 2008-09-01 07:59:13 +02:00
direction.h Initial import of Glaurung 2.1 2008-09-01 07:59:13 +02:00
endgame.cpp Initial import of Glaurung 2.1 2008-09-01 07:59:13 +02:00
endgame.h Initial import of Glaurung 2.1 2008-09-01 07:59:13 +02:00
evaluate.cpp Initial import of Glaurung 2.1 2008-09-01 07:59:13 +02:00
evaluate.h Initial import of Glaurung 2.1 2008-09-01 07:59:13 +02:00
history.cpp Initial import of Glaurung 2.1 2008-09-01 07:59:13 +02:00
history.h Initial import of Glaurung 2.1 2008-09-01 07:59:13 +02:00
lock.h Initial import of Glaurung 2.1 2008-09-01 07:59:13 +02:00
main.cpp Initial import of Glaurung 2.1 2008-09-01 07:59:13 +02:00
Makefile Initial import of Glaurung 2.1 2008-09-01 07:59:13 +02:00
material.cpp Initial import of Glaurung 2.1 2008-09-01 07:59:13 +02:00
material.h Initial import of Glaurung 2.1 2008-09-01 07:59:13 +02:00
mersenne.cpp Initial import of Glaurung 2.1 2008-09-01 07:59:13 +02:00
mersenne.h Initial import of Glaurung 2.1 2008-09-01 07:59:13 +02:00
misc.cpp Initial import of Glaurung 2.1 2008-09-01 07:59:13 +02:00
misc.h Initial import of Glaurung 2.1 2008-09-01 07:59:13 +02:00
move.cpp Initial import of Glaurung 2.1 2008-09-01 07:59:13 +02:00
move.h Initial import of Glaurung 2.1 2008-09-01 07:59:13 +02:00
movegen.cpp Initial import of Glaurung 2.1 2008-09-01 07:59:13 +02:00
movegen.h Initial import of Glaurung 2.1 2008-09-01 07:59:13 +02:00
movepick.cpp Initial import of Glaurung 2.1 2008-09-01 07:59:13 +02:00
movepick.h Initial import of Glaurung 2.1 2008-09-01 07:59:13 +02:00
pawns.cpp Initial import of Glaurung 2.1 2008-09-01 07:59:13 +02:00
pawns.h Initial import of Glaurung 2.1 2008-09-01 07:59:13 +02:00
phase.h Initial import of Glaurung 2.1 2008-09-01 07:59:13 +02:00
piece.cpp Initial import of Glaurung 2.1 2008-09-01 07:59:13 +02:00
piece.h Initial import of Glaurung 2.1 2008-09-01 07:59:13 +02:00
position.cpp Initial import of Glaurung 2.1 2008-09-01 07:59:13 +02:00
position.h Initial import of Glaurung 2.1 2008-09-01 07:59:13 +02:00
psqtab.h Initial import of Glaurung 2.1 2008-09-01 07:59:13 +02:00
san.cpp Initial import of Glaurung 2.1 2008-09-01 07:59:13 +02:00
san.h Initial import of Glaurung 2.1 2008-09-01 07:59:13 +02:00
scale.h Initial import of Glaurung 2.1 2008-09-01 07:59:13 +02:00
search.cpp RootMoveList: inline trivial accessors 2008-09-06 06:37:00 +02:00
search.h Initial import of Glaurung 2.1 2008-09-01 07:59:13 +02:00
square.cpp Initial import of Glaurung 2.1 2008-09-01 07:59:13 +02:00
square.h Initial import of Glaurung 2.1 2008-09-01 07:59:13 +02:00
thread.h Initial import of Glaurung 2.1 2008-09-01 07:59:13 +02:00
timeoday.cpp Initial import of Glaurung 2.1 2008-09-01 07:59:13 +02:00
tt.cpp TranspositionTable: early skip on an empty TT entry 2008-09-06 12:20:28 +02:00
tt.h Initial import of Glaurung 2.1 2008-09-01 07:59:13 +02:00
types.h Initial import of Glaurung 2.1 2008-09-01 07:59:13 +02:00
uci.cpp Rewrite ucioptions.cpp to use C++ 2008-09-01 14:05:02 +02:00
uci.h Initial import of Glaurung 2.1 2008-09-01 07:59:13 +02:00
ucioption.cpp Better document RootMoveList c'tor 2008-09-03 23:29:04 +02:00
ucioption.h Initial import of Glaurung 2.1 2008-09-01 07:59:13 +02:00
value.cpp Initial import of Glaurung 2.1 2008-09-01 07:59:13 +02:00
value.h Initial import of Glaurung 2.1 2008-09-01 07:59:13 +02:00