File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -93,16 +93,16 @@ STALKER_2010: Andrew Boyarshin
9393
9494awdavies: Andrew Davies
9595- project general
96- * Get rid of deprecation compiler warnings.
97- * Remove macro redefinitions.
96+ * Get rid of deprecation compiler warnings.
97+ * Remove macro redefinitions.
9898- engine
99- - multithreading (order listed is order of completion).
100- - research
101- - Determine where multithreading could benefit potential performance bottlenecks.
102- - Examine bottlenecks with profiler. Document results.
103- - Designate which tasks should be assigned to which cores.
104- - implementation (edit as research gets closer to completion for more accurate plan).
105- - Include library capable of creating light-weight kernel-visible threads.
106- - Abstract specific tasks to certain cores.
107- - Add thread pool/scheduler for tasks.
108- - Run profiler again (might need to find one capable of tracking multiple threads).
99+ - multithreading (order listed is order of completion).
100+ - research
101+ - Determine where multithreading could benefit potential performance bottlenecks.
102+ - Examine bottlenecks with profiler. Document results.
103+ - Designate which tasks should be assigned to which cores.
104+ - implementation (edit as research gets closer to completion for more accurate plan).
105+ - Include library capable of creating light-weight kernel-visible threads.
106+ - Abstract specific tasks to certain cores.
107+ - Add thread pool/scheduler for tasks.
108+ - Run profiler again (might need to find one capable of tracking multiple threads).
You can’t perform that action at this time.
0 commit comments