From 5a85cecea3a81a03711c35c3dcab34999cf27dcb Mon Sep 17 00:00:00 2001 From: dogeystamp Date: Sat, 21 Dec 2024 21:51:39 -0500 Subject: [PATCH] docs: branch info --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index b5ed8c6..4614cb0 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ +Branch: small transposition table entries + +Seemingly, having smaller transposition table entries could increase performance. +But actually, looking at the length of the PV is misleading because transposition table hits may cut the PV short. + + + # chess-inator A chess engine.