add zobrist hashing, WIP transposition table

This commit is contained in:
jackjohn7 2026-05-04 20:49:31 -05:00
parent aa562d4ab6
commit 88131d9ab0
9 changed files with 362 additions and 137 deletions

View file

@ -13,11 +13,11 @@ path = "src/main.rs"
[dependencies]
anyhow = "1.0.100"
rand = "0.10.1"
regex = "1.12.2"
[dev-dependencies]
criterion = "0.7.0"
rand = "0.9.2"
[[bench]]
name = "generation"