I'd like to add multithreading to my new engine.
I started reading something and looking inside some multithread engine to start understand the topic.
could you please point me to some easy implementation/ easy to read code , paper, documentation and so on?
I think I'll start letting more than one thread search the starting position indendently just to see if I can control all the thread and whether the data structure are correct or not.
but in the future I'd like to implement a real mt search
thank you all


