From a2ae6d6e738da3751ddbdf073488993cacfe21f0 Mon Sep 17 00:00:00 2001 From: dece Date: Thu, 18 Jun 2020 22:37:53 +0200 Subject: [PATCH] readme: update with todos --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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)