vinc / littlewing

Chess engine written in Rust ♛

Home Page:https://vinc.cc/binaries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add age field to transposition

vinc opened this issue · comments

There's one byte left in the transposition structure so we can add an age field to avoid clearing the table between searches.

Instead we just increment (modulo 256) this field in the table at the beginning of a search and always replace old entries in the table.