diff --git a/README.md b/README.md index 04ec1df..1c6def8 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,8 @@ TODO - Support time constraints - Proper unmake mechanism instead of allocating boards like there is no tomorrow -- Precompute knight some pieces moves, maybe +- Precompute some pieces moves, maybe - Transposition table that does not actually slows search down +- Check Zobrist hashes for previous point +- Actual bitboard - Multithreading (never)