add zobrist hashing, WIP transposition table
This commit is contained in:
parent
aa562d4ab6
commit
88131d9ab0
9 changed files with 362 additions and 137 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue