readme: update with todos

This commit is contained in:
dece 2020-06-18 22:37:53 +02:00
parent d94db7708f
commit a2ae6d6e73

View file

@ -76,6 +76,8 @@ TODO
- Support time constraints - Support time constraints
- Proper unmake mechanism instead of allocating boards like there is no tomorrow - 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 - Transposition table that does not actually slows search down
- Check Zobrist hashes for previous point
- Actual bitboard
- Multithreading (never) - Multithreading (never)