PageRenderTime 29ms CodeModel.GetById 0ms RepoModel.GetById 0ms app.codeStats 1ms

/libstdc++-v3/doc/html/ext/pb_ds/multimap_text_find_timing_test_small.html

https://bitbucket.org/pizzafactory/pf-gcc
HTML | 215 lines | 214 code | 1 blank | 0 comment | 0 complexity | ad3c867458b09fecc7c354ff1639c3f6 MD5 | raw file
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4. <head>
  5. <meta name="generator" content="HTML Tidy for Linux/x86 (vers 12 April 2005), see www.w3.org" />
  6. <title>"Multimap" Text Find Timing Test with Small Average
  7. Secondary-Key to Primary-Key Ratio</title>
  8. <meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
  9. </head>
  10. <body>
  11. <div id="page">
  12. <h1>"Multimap" Text Find Timing Test with Small Average
  13. Secondary-Key to Primary-Key Ratio</h1>
  14. <h2><a name="description" id="description">Description</a></h2>
  15. <p>This test inserts a number of pairs into a container. The
  16. first item of each pair is a string from an arbitrary text
  17. [<a href="references.html#wickland96thirty">wickland96thirty</a>], and
  18. the second is a uniform i.i.d.integer. The container is a
  19. "multimap" - it considers the first member of each pair as a
  20. primary key, and the second member of each pair as a secondary
  21. key (see <a href="motivation.html#assoc_mapping_semantics">Motivation::Associative
  22. Containers::Alternative to Multiple Equivalent Keys</a>). There
  23. are 400 distinct primary keys, and the ratio of secondary keys
  24. to primary keys ranges from 1 to 5.</p>
  25. <p>The test measures the average find-time as a function of the
  26. number of values inserted. For <tt>pb_ds</tt>'s containers, it
  27. finds the secondary key from a container obtained from finding
  28. a primary key. For the native multimaps, it searches a range
  29. obtained using <tt>std::equal_range</tt> on a primary key.</p>
  30. <p>(The test was executed with <a href="http://gcc.gnu.org/viewcvs/*checkout*/trunk/libstdc%2B%2B-v3/testsuite/performance/ext/pb_ds/multimap_text_find_timing_small.cc"><tt>multimap_text_find_timing_test</tt></a>
  31. thirty_years_among_the_dead_preproc.txt 400 1 1 6)</p>
  32. <h2><a name="purpose" id="purpose">Purpose</a></h2>
  33. <p>The test checks the find-time scalability of different
  34. "multimap" designs (see <a href="motivation.html#assoc_mapping_semantics">Motivation::Associative
  35. Containers::Mapping Semantics</a>).</p>
  36. <h2><a name="results" id="results">Results</a></h2>
  37. <p>Figures <a href="#NTG">NTG</a>, <a href="#NTM">NTM</a>, and
  38. <a href="#NTL">NTL</a> show the results for "multimaps" which
  39. use a tree-based container for primary keys, in <a href="assoc_performance_tests.html#gcc"><u>g++</u></a>, <a href="assoc_performance_tests.html#msvc"><u>msvc++</u></a>, and
  40. <a href="assoc_performance_tests.html#local"><u>local</u></a>,
  41. respectively; Figures <a href="#NHG"></a>NHG, <a href="#NHM">NHM</a>, and <a href="#NHL">NHL</a> show the results for
  42. "multimaps" which use a hash-based container for primary keys,
  43. in <a href="assoc_performance_tests.html#gcc"><u>g++</u></a>,
  44. <a href="assoc_performance_tests.html#msvc"><u>msvc++</u></a>,
  45. and <a href="assoc_performance_tests.html#local"><u>local</u></a>,
  46. respectively.</p>
  47. <div id="NTG_res_div">
  48. <div id="NTG_gcc">
  49. <div id="NTG_multimap_text_find_timing_test_small_s2p_tree">
  50. <div id="NTG_assoc">
  51. <div id="NHG_Native_and_primary_tree-based_multimap_types_find_timing_test"><div style="border-style: dotted; border-width: 1px; border-color: lightgray"><h6 class="c1"><a name="NTG" id="NTG"><img src="multimap_text_find_timing_test_small_s2p_tree_gcc.png" alt="no image" /></a></h6>NTG: NHG Native and primary tree-based multimap types find timing test - <a href="assoc_performance_tests.html#gcc">g++</a><p>In the above figure, the names in the legends have the following meaning:</p>
  52. <ol>
  53. <li>
  54. n_mmap-
  55. <tt>std::multimap</tt></li>
  56. <li>
  57. rb_tree_mmap_lu_mtf_set-
  58. <a href="tree.html"><tt>tree</tt></a>
  59. with <tt>Tag</tt> = <a href="rb_tree_tag.html"><tt>rb_tree_tag</tt></a>
  60. , and <tt>Node_Update</tt> = <a href="null_tree_node_update.html"><tt>null_tree_node_update</tt></a>
  61. , mapping each key to <a href="list_update.html"><tt>list_update</tt></a>
  62. with <tt>Update_Policy</tt> = <a href="move_to_front_lu_policy.html"><tt>move_to_front_lu_policy</tt></a>
  63. </li>
  64. <li>
  65. rb_tree_mmap_cc_hash_mask_exp_nea_lc_1div8_1div2_nsth_set-
  66. <a href="tree.html"><tt>tree</tt></a>
  67. with <tt>Tag</tt> = <a href="rb_tree_tag.html"><tt>rb_tree_tag</tt></a>
  68. , and <tt>Node_Update</tt> = <a href="null_tree_node_update.html"><tt>null_tree_node_update</tt></a>
  69. , mapping each key to <a href="cc_hash_table.html"><tt>cc_hash_table</tt></a>
  70. with <tt>Comb_Hash_Fn</tt> = <a href="direct_mask_range_hashing.html"><tt>direct_mask_range_hashing</tt></a>
  71. , and <tt>Resize_Policy</tt> = <a href="hash_standard_resize_policy.html"><tt>hash_standard_resize_policy</tt></a>
  72. with <tt>Size_Policy</tt> = <a href="hash_exponential_size_policy.html"><tt>hash_exponential_size_policy</tt></a>
  73. , and <tt>Trigger_Policy</tt> = <a href="hash_load_check_resize_trigger.html"><tt>hash_load_check_resize_trigger</tt></a>
  74. with <i>&alpha;<sub>min</sub></i> = <i>1/8</i> and <i>&alpha;<sub>max</sub></i> = <i>1/2</i></li>
  75. </ol>
  76. </div><div style="width: 100%; height: 20px"></div></div>
  77. </div>
  78. </div>
  79. </div>
  80. </div>
  81. <div id="NTM_res_div">
  82. <div id="NTM_msvc">
  83. <div id="NTM_multimap_text_find_timing_test_small_s2p_tree">
  84. <div id="NTM_assoc">
  85. <div id="NHM_Native_and_primary_tree-based_multimap_types_find_timing_test"><div style="border-style: dotted; border-width: 1px; border-color: lightgray"><h6 class="c1"><a name="NTM" id="NTM"><img src="multimap_text_find_timing_test_small_s2p_tree_msvc.png" alt="no image" /></a></h6>NTM: NHM Native and primary tree-based multimap types find timing test - <a href="assoc_performance_tests.html#msvc">msvc++</a><p>In the above figure, the names in the legends have the following meaning:</p>
  86. <ol>
  87. <li>
  88. n_mmap-
  89. <tt>std::multimap</tt></li>
  90. <li>
  91. rb_tree_mmap_lu_mtf_set-
  92. <a href="tree.html"><tt>tree</tt></a>
  93. with <tt>Tag</tt> = <a href="rb_tree_tag.html"><tt>rb_tree_tag</tt></a>
  94. , and <tt>Node_Update</tt> = <a href="null_tree_node_update.html"><tt>null_tree_node_update</tt></a>
  95. , mapping each key to <a href="list_update.html"><tt>list_update</tt></a>
  96. with <tt>Update_Policy</tt> = <a href="move_to_front_lu_policy.html"><tt>move_to_front_lu_policy</tt></a>
  97. </li>
  98. <li>
  99. rb_tree_mmap_cc_hash_mask_exp_nea_lc_1div8_1div2_nsth_set-
  100. <a href="tree.html"><tt>tree</tt></a>
  101. with <tt>Tag</tt> = <a href="rb_tree_tag.html"><tt>rb_tree_tag</tt></a>
  102. , and <tt>Node_Update</tt> = <a href="null_tree_node_update.html"><tt>null_tree_node_update</tt></a>
  103. , mapping each key to <a href="cc_hash_table.html"><tt>cc_hash_table</tt></a>
  104. with <tt>Comb_Hash_Fn</tt> = <a href="direct_mask_range_hashing.html"><tt>direct_mask_range_hashing</tt></a>
  105. , and <tt>Resize_Policy</tt> = <a href="hash_standard_resize_policy.html"><tt>hash_standard_resize_policy</tt></a>
  106. with <tt>Size_Policy</tt> = <a href="hash_exponential_size_policy.html"><tt>hash_exponential_size_policy</tt></a>
  107. , and <tt>Trigger_Policy</tt> = <a href="hash_load_check_resize_trigger.html"><tt>hash_load_check_resize_trigger</tt></a>
  108. with <i>&alpha;<sub>min</sub></i> = <i>1/8</i> and <i>&alpha;<sub>max</sub></i> = <i>1/2</i></li>
  109. </ol>
  110. </div><div style="width: 100%; height: 20px"></div></div>
  111. </div>
  112. </div>
  113. </div>
  114. </div>
  115. <div id="NTL_res_div">
  116. <div id="NTL_local">
  117. <div id="NTL_multimap_text_find_timing_test_small_s2p_tree">
  118. <div id="NTL_assoc">
  119. <div id="NTL_Native_and_primary_tree-based_multimap_types_find_timing_test"><div style = "border-style: dotted; border-width: 1px; border-color: lightgray"><h6 class="c1"><a name="NTL" id= "NTL"><img src="multimap_text_find_timing_test_small_s2p_tree_local.png" alt="no image" /></a></h6>NTL: Native and primary tree-based multimap types find timing test - <a href = "assoc_performance_tests.html#local">local</a></div><div style = "width: 100%; height: 20px"></div></div>
  120. </div>
  121. </div>
  122. </div>
  123. </div>
  124. <div id="NHG_res_div">
  125. <div id="NHG_gcc">
  126. <div id="NHG_multimap_text_find_timing_test_small_s2p_hash">
  127. <div id="NHG_assoc">
  128. <div id="NHG_Native_and_primary_hash-based_multimap_types_find_timing_test"><div style="border-style: dotted; border-width: 1px; border-color: lightgray"><h6 class="c1"><a name="NHG" id="NHG"><img src="multimap_text_find_timing_test_small_s2p_hash_gcc.png" alt="no image" /></a></h6>NHG: Native and primary hash-based multimap types find timing test - <a href="assoc_performance_tests.html#gcc">g++</a><p>In the above figure, the names in the legends have the following meaning:</p>
  129. <ol>
  130. <li>
  131. n_hash_mmap-
  132. <tt>__gnucxx::hash_multimap</tt></li>
  133. <li>
  134. cc_hash_mask_exp_nea_lc_1div8_1div2_nsth_mmap_lu_mtf_set-
  135. <a href="cc_hash_table.html"><tt>cc_hash_table</tt></a>
  136. with <tt>Comb_Hash_Fn</tt> = <a href="direct_mask_range_hashing.html"><tt>direct_mask_range_hashing</tt></a>
  137. , and <tt>Resize_Policy</tt> = <a href="hash_standard_resize_policy.html"><tt>hash_standard_resize_policy</tt></a>
  138. with <tt>Size_Policy</tt> = <a href="hash_exponential_size_policy.html"><tt>hash_exponential_size_policy</tt></a>
  139. , and <tt>Trigger_Policy</tt> = <a href="hash_load_check_resize_trigger.html"><tt>hash_load_check_resize_trigger</tt></a>
  140. with <i>&alpha;<sub>min</sub></i> = <i>1/8</i> and <i>&alpha;<sub>max</sub></i> = <i>1/2</i>, mapping each key to <a href="list_update.html"><tt>list_update</tt></a>
  141. with <tt>Update_Policy</tt> = <a href="move_to_front_lu_policy.html"><tt>move_to_front_lu_policy</tt></a>
  142. </li>
  143. <li>
  144. cc_hash_mask_exp_nea_lc_1div8_1div2_nsth_mmap_cc_hash_mask_exp_nea_lc_1div8_1div2_nsth_set-
  145. <a href="cc_hash_table.html"><tt>cc_hash_table</tt></a>
  146. with <tt>Comb_Hash_Fn</tt> = <a href="direct_mask_range_hashing.html"><tt>direct_mask_range_hashing</tt></a>
  147. , and <tt>Resize_Policy</tt> = <a href="hash_standard_resize_policy.html"><tt>hash_standard_resize_policy</tt></a>
  148. with <tt>Size_Policy</tt> = <a href="hash_exponential_size_policy.html"><tt>hash_exponential_size_policy</tt></a>
  149. , and <tt>Trigger_Policy</tt> = <a href="hash_load_check_resize_trigger.html"><tt>hash_load_check_resize_trigger</tt></a>
  150. with <i>&alpha;<sub>min</sub></i> = <i>1/8</i> and <i>&alpha;<sub>max</sub></i> = <i>1/2</i>, mapping each key to <a href="cc_hash_table.html"><tt>cc_hash_table</tt></a>
  151. with <tt>Comb_Hash_Fn</tt> = <a href="direct_mask_range_hashing.html"><tt>direct_mask_range_hashing</tt></a>
  152. , and <tt>Resize_Policy</tt> = <a href="hash_standard_resize_policy.html"><tt>hash_standard_resize_policy</tt></a>
  153. with <tt>Size_Policy</tt> = <a href="hash_exponential_size_policy.html"><tt>hash_exponential_size_policy</tt></a>
  154. , and <tt>Trigger_Policy</tt> = <a href="hash_load_check_resize_trigger.html"><tt>hash_load_check_resize_trigger</tt></a>
  155. with <i>&alpha;<sub>min</sub></i> = <i>1/8</i> and <i>&alpha;<sub>max</sub></i> = <i>1/2</i></li>
  156. </ol>
  157. </div><div style="width: 100%; height: 20px"></div></div>
  158. </div>
  159. </div>
  160. </div>
  161. </div>
  162. <div id="NHM_res_div">
  163. <div id="NHM_msvc">
  164. <div id="NHM_multimap_text_find_timing_test_small_s2p_hash">
  165. <div id="NHM_assoc">
  166. <div id="NHM_Native_and_primary_hash-based_multimap_types_find_timing_test"><div style="border-style: dotted; border-width: 1px; border-color: lightgray"><h6 class="c1"><a name="NHM" id="NHM"><img src="multimap_text_find_timing_test_small_s2p_hash_msvc.png" alt="no image" /></a></h6>NHM: Native and primary hash-based multimap types find timing test - <a href="assoc_performance_tests.html#msvc">msvc++</a><p>In the above figure, the names in the legends have the following meaning:</p>
  167. <ol>
  168. <li>
  169. n_hash_mmap-
  170. <tt>stdext::hash_multimap</tt></li>
  171. <li>
  172. cc_hash_mask_exp_nea_lc_1div8_1div2_nsth_mmap_lu_mtf_set-
  173. <a href="cc_hash_table.html"><tt>cc_hash_table</tt></a>
  174. with <tt>Comb_Hash_Fn</tt> = <a href="direct_mask_range_hashing.html"><tt>direct_mask_range_hashing</tt></a>
  175. , and <tt>Resize_Policy</tt> = <a href="hash_standard_resize_policy.html"><tt>hash_standard_resize_policy</tt></a>
  176. with <tt>Size_Policy</tt> = <a href="hash_exponential_size_policy.html"><tt>hash_exponential_size_policy</tt></a>
  177. , and <tt>Trigger_Policy</tt> = <a href="hash_load_check_resize_trigger.html"><tt>hash_load_check_resize_trigger</tt></a>
  178. with <i>&alpha;<sub>min</sub></i> = <i>1/8</i> and <i>&alpha;<sub>max</sub></i> = <i>1/2</i>, mapping each key to <a href="list_update.html"><tt>list_update</tt></a>
  179. with <tt>Update_Policy</tt> = <a href="move_to_front_lu_policy.html"><tt>move_to_front_lu_policy</tt></a>
  180. </li>
  181. <li>
  182. cc_hash_mask_exp_nea_lc_1div8_1div2_nsth_mmap_cc_hash_mask_exp_nea_lc_1div8_1div2_nsth_set-
  183. <a href="cc_hash_table.html"><tt>cc_hash_table</tt></a>
  184. with <tt>Comb_Hash_Fn</tt> = <a href="direct_mask_range_hashing.html"><tt>direct_mask_range_hashing</tt></a>
  185. , and <tt>Resize_Policy</tt> = <a href="hash_standard_resize_policy.html"><tt>hash_standard_resize_policy</tt></a>
  186. with <tt>Size_Policy</tt> = <a href="hash_exponential_size_policy.html"><tt>hash_exponential_size_policy</tt></a>
  187. , and <tt>Trigger_Policy</tt> = <a href="hash_load_check_resize_trigger.html"><tt>hash_load_check_resize_trigger</tt></a>
  188. with <i>&alpha;<sub>min</sub></i> = <i>1/8</i> and <i>&alpha;<sub>max</sub></i> = <i>1/2</i>, mapping each key to <a href="cc_hash_table.html"><tt>cc_hash_table</tt></a>
  189. with <tt>Comb_Hash_Fn</tt> = <a href="direct_mask_range_hashing.html"><tt>direct_mask_range_hashing</tt></a>
  190. , and <tt>Resize_Policy</tt> = <a href="hash_standard_resize_policy.html"><tt>hash_standard_resize_policy</tt></a>
  191. with <tt>Size_Policy</tt> = <a href="hash_exponential_size_policy.html"><tt>hash_exponential_size_policy</tt></a>
  192. , and <tt>Trigger_Policy</tt> = <a href="hash_load_check_resize_trigger.html"><tt>hash_load_check_resize_trigger</tt></a>
  193. with <i>&alpha;<sub>min</sub></i> = <i>1/8</i> and <i>&alpha;<sub>max</sub></i> = <i>1/2</i></li>
  194. </ol>
  195. </div><div style="width: 100%; height: 20px"></div></div>
  196. </div>
  197. </div>
  198. </div>
  199. </div>
  200. <div id="NHL_res_div">
  201. <div id="NHL_local">
  202. <div id="NHL_multimap_text_find_timing_test_small_s2p_hash">
  203. <div id="NHL_assoc">
  204. <div id="NHL__Native_and_primary_hash-based_multimap_types_find_timing_test"><div style = "border-style: dotted; border-width: 1px; border-color: lightgray"><h6 class="c1"><a name="NHL" id= "NHL"><img src="multimap_text_find_timing_test_small_s2p_hash_local.png" alt="no image" /></a></h6>NHL: Native and primary hash-based multimap types find timing test - <a href = "assoc_performance_tests.html#local">local</a></div><div style = "width: 100%; height: 20px"></div></div>
  205. </div>
  206. </div>
  207. </div>
  208. </div>
  209. <h2><a name="observations" id="observations">Observations</a></h2>
  210. <p>See <a href="assoc_performance_tests.html#msc">Observations::Mapping-Semantics
  211. Considerations</a>.</p>
  212. </div>
  213. </body>
  214. </html>