first running multithreaded version. nasty deadlock bug exists. Realizing that Perhaps I should just have each thread running a completely separate situation. Why synchronize when you don't need to?

This commit is contained in:
2025-09-08 02:23:44 -05:00
parent bd9820dd68
commit 5b53b7ff85
4 changed files with 222 additions and 11 deletions

View File

@@ -1,6 +1,7 @@
// raddbg 0.9.21 project file
recent_file: path: "inc/genetic.h"
recent_file: path: "inc/sync.h"
recent_file: path: "../../../../../Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.42.34433/include/algorithm"
recent_file: path: "../../../../../Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.42.34433/include/xutility"
recent_file: path: "src/main.cpp"