len3d

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2012年6月22日

摘要: * Distribute tasks in a round-robin fashion.* Required APIs:void task::spawn_root_and_wait(taks&);void task::spawn(task&);void task::spawn_and_wait_for_all(task&);Depth-first execution: * Strike when the cache is hot. The deepest tasks are the most recently created tasks, and therefore a 阅读全文
posted @ 2012-06-22 21:33 Len3d 阅读(566) 评论(4) 推荐(0) 编辑