cropleyb / pentai

MIT License
15 stars 1 forks source link

Test and enable multiprocessing in Linux #16

Open cropleyb opened 10 years ago

cropleyb commented 10 years ago

In ai_player, there is a platform dependant choice made between multiprocessing (faster) and multithreading (default). Linux is probably fine with multiprocessing, but hasn't been tested and enabled yet.