This is an old revision of the document!
Table of Contents
Chess - Programming - Links
Alpha Beta Pruning
BitBoards
Book Moves
C++
C++ - ifstream
C++ - Std Forward
C++ - Threads
https://github.com/bshoshany/thread-pool
https://github.com/Fdhvdu/ThreadPool/tree/master/comparison
https://github.com/bilash/threadpool/blob/master/ThreadPool.cpp
https://github.com/bilash/threadpool
https://webdevdesigner.com/q/thread-pooling-in-c-11-76929/
https://codereview.stackexchange.com/questions/221617/thread-pool-c-implementation
https://wiki.sharewiz.net/doku.php?id=c:c_threads:mutex
https://mfreiholz.de/posts/make-a-class-thread-safe-cpp/
https://www.justsoftwaresolutions.co.uk/threading/multithreading-in-c++0x-part-3.html
https://newbedev.com/c-2011-std-thread-simple-example-to-parallelize-a-loop
https://accu.org/journals/overload/17/93/williams_1584/
https://stackoverflow.com/questions/10998780/stdthread-calling-method-of-class
https://stackoverflow.com/questions/11004273/what-is-stdpromise?noredirect=1&lq=1
https://stackoverflow.com/questions/10998780/stdthread-calling-method-of-class/10998831#10998831
https://stackoverflow.com/questions/20516773/stdunique-lockstdmutex-or-stdlock-guardstdmutex?rq=1
https://stackoverflow.com/questions/13667810/massive-cpu-load-using-stdlock-c11
http://howardhinnant.github.io/dining_philosophers.html
http://howardhinnant.github.io/dining_philosophers.html#Polite
http://howardhinnant.github.io/dining_philosophers.html#codeA
https://stackoverflow.com/questions/11004273/what-is-stdpromise?noredirect=1&lq=1
https://en.cppreference.com/w/cpp/thread/promise
http://www.cplusplus.com/reference/future/future/get/
End Games
Engine
http://computer-chess.org/doku.php?id=computer_chess:wiki:lists:chess_engine_list&
https://towardsdatascience.com/implementing-a-chess-engine-from-scratch-be38cbdae91
https://en.chessbase.com/post/the-future-is-here-alphazero-learns-chess
https://codereview.stackexchange.com/questions/175946/chess-engine-in-c?rq=1
https://www.lkessler.com/brutefor.shtml#bf6
https://chess24.com/en/read/news/how-do-chess-engines-think
https://github.com/hennimohammed/parallel_chess_engine
https://www.chessprogramming.org/Stockfish_NNUE
Evaluation
https://hxim.github.io/Stockfish-Evaluation-Guide/
https://www.chess.com/article/view/how-to-calculate-chess
https://www.chess.com/forum/view/general/how-does-the-analysis-engine-score-a-position
https://stackoverflow.com/questions/297577/is-there-a-perfect-algorithm-for-chess
https://catwolf.org/qs?id=457914e1-8f6e-45ad-9ff6-b3baab564dca&x=x
https://www.chess.com/article/view/10-positions-chess-engines-just-dont-understand
Logging
Minmax
Moves
https://codereview.stackexchange.com/questions/53875/generating-possible-chess-moves?rq=1
https://codereview.stackexchange.com/questions/213606/chess-move-validator?rq=1
http://www.problemschach.de/KMOVEComposer.pdf
https://www.chessprogramming.org/Move_Generation
Openings
https://en.m.wikipedia.org/wiki/Encyclopaedia_of_Chess_Openings
https://en.m.wikipedia.org/wiki/List_of_chess_openings
https://rebel13.nl/download/books.html
https://chess.stackexchange.com/questions/2389/where-can-one-get-a-large-bin-opening-book
PGN
Polyglot
http://rebel13.nl/download/books.html
https://catwolf.org/qs?id=d9d66184-e61f-4889-8573-fcc15dcec76b&x=x
https://www.chess2u.com/t12460-polyglot-tolerant-a-new-tool-to-create-bin-books
https://github.com/dsjoerg/polyglot_elo/blob/master/src/piece.cpp
https://github.com/ulthiel/polyglot
http://hgm.nubati.net/book_format.html
https://chess.stackexchange.com/questions/28874/how-to-use-polyglot-opening-book-bin-file?rq=1