|
4 | 4 | <head> |
5 | 5 | <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> |
6 | 6 | <meta http-equiv="X-UA-Compatible" content="IE=9"/> |
7 | | -<meta name="generator" content="Doxygen 1.8.14"/> |
| 7 | +<meta name="generator" content="Doxygen 1.8.13"/> |
8 | 8 | <meta name="viewport" content="width=device-width, initial-scale=1"/> |
9 | 9 | <title>Cpp-Taskflow</title> |
10 | 10 | <link href="tabs.css" rel="stylesheet" type="text/css"/> |
|
16 | 16 | <script type="text/javascript" src="navtreedata.js"></script> |
17 | 17 | <script type="text/javascript" src="navtree.js"></script> |
18 | 18 | <script type="text/javascript"> |
19 | | -/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */ |
20 | 19 | $(document).ready(initResizable); |
21 | | -/* @license-end */</script> |
| 20 | +</script> |
22 | 21 | <link href="search/search.css" rel="stylesheet" type="text/css"/> |
23 | 22 | <script type="text/javascript" src="search/searchdata.js"></script> |
24 | 23 | <script type="text/javascript" src="search/search.js"></script> |
25 | 24 | <script type="text/javascript"> |
26 | | -/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */ |
27 | 25 | $(document).ready(function() { init_search(); }); |
28 | | -/* @license-end */ |
29 | 26 | </script> |
30 | 27 | <link href="doxygen.css" rel="stylesheet" type="text/css" /> |
31 | 28 | </head> |
|
60 | 57 | </table> |
61 | 58 | </div> |
62 | 59 | <!-- end header part --> |
63 | | -<!-- Generated by Doxygen 1.8.14 --> |
| 60 | +<!-- Generated by Doxygen 1.8.13 --> |
64 | 61 | <script type="text/javascript"> |
65 | | -/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */ |
66 | 62 | var searchBox = new SearchBox("searchBox", "search",false,'Search'); |
67 | | -/* @license-end */ |
68 | 63 | </script> |
69 | 64 | </div><!-- top --> |
70 | 65 | <div id="side-nav" class="ui-resizable side-nav-resizable"> |
|
78 | 73 | </div> |
79 | 74 | </div> |
80 | 75 | <script type="text/javascript"> |
81 | | -/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */ |
82 | 76 | $(document).ready(function(){initNavTree('FAQ.html','');}); |
83 | | -/* @license-end */ |
84 | 77 | </script> |
85 | 78 | <div id="doc-content"> |
86 | 79 | <!-- window showing the filter options --> |
@@ -122,7 +115,7 @@ <h2><a class="anchor" id="GeneralQuestion5"></a> |
122 | 115 | <p>The hex value represents the memory address of the task. Each task has a method <a class="el" href="classtf_1_1Task.html#a9057ecd0f3833b717480e914f8568f02" title="assigns a name to the task ">tf::Task::name(const std::string&)</a> for user to assign a human readable string to ease the debugging process. If a task is not assigned a name or is an internal node, its address value in the memory is used instead.</p> |
123 | 116 | <h2><a class="anchor" id="GeneralQuestion6"></a> |
124 | 117 | Q6: Does Cpp-Taskflow have backward compatibility with C++03/11/14?</h2> |
125 | | -<p>Unfortunately, Cpp-Taskflow is heavily relying on modern C++17's features/idoms/STL and it is very difficult to provide a version that compiles under older C++ version.</p> |
| 118 | +<p>Unfortunately, Cpp-Taskflow is heavily relying on modern C++17's features/idoms/STL and it is very difficult to provide a version that compiles under older C++ versions.</p> |
126 | 119 | <h2><a class="anchor" id="GeneralQuestion7"></a> |
127 | 120 | Q7: How does Cpp-Taskflow schedule tasks?</h2> |
128 | 121 | <p>Cpp-Taskflow has implemented different scheduler modules (centralized queue, proactive shceduler, speculative strategy, and work stealing). The default scheduler implements the famous <a href="https://en.wikipedia.org/wiki/Work_stealing">work stealing algorithm</a> that has shown to behave efficiently in most multicore architectures. You can find the source code at <code><a class="el" href="workstealing__threadpool_8hpp_source.html">taskflow/threadpool/workstealing_threadpool.hpp</a></code> </p><hr/> |
@@ -154,7 +147,7 @@ <h2><a class="anchor" id="ProgrammingQuestions5"></a> |
154 | 147 | <ul> |
155 | 148 | <li class="footer">Generated by |
156 | 149 | <a href="http://www.doxygen.org/index.html"> |
157 | | - <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.14 </li> |
| 150 | + <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li> |
158 | 151 | </ul> |
159 | 152 | </div> |
160 | 153 | </body> |
|
0 commit comments