Re: [Algorithms] General purpose task parallel threading approach
Brought to you by:
vexxed72
|
From: Nicholas \Indy\ R. <ar...@gm...> - 2009-04-10 01:03:43
|
On Thu, Apr 9, 2009 at 5:46 PM, Jon Watte <jw...@gm...> wrote: > Only in a world where the user is deterministic. In my experience the order of events within a single thread is set and doesn't change, even though depending on the user certain tasks won't need to be spawned, It's trivial to setup the order of tasks *within* a single frame to have a static order, whether that is optimal or not is another matter altogether. Nicholas "Indy" Ray |