beuville / minesweepersolver

Automatically exported from code.google.com/p/minesweepersolver
0 stars 0 forks source link

Threading Decisions #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Multi-threading requires platform-specific libraries (i.e <windows.h>)
Execution times are very fast without multi-threading, perhaps consider
linear execution model until main is completed.

Original issue reported on code.google.com by mike.a.s...@gmail.com on 30 Oct 2008 at 4:27

GoogleCodeExporter commented 9 years ago
Having realized that a multi-threaded/multi-processed application will likely 
not
give reasonable returns on improved performance vs. development time, we are
relegating this aspect of the project until the main function is completed.

Original comment by mike.a.s...@gmail.com on 4 Nov 2008 at 5:18