PageRenderTime 27ms CodeModel.GetById 0ms RepoModel.GetById 0ms app.codeStats 0ms

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

https://bitbucket.org/pizzafactory/pf-gcc
HTML | 210 lines | 209 code | 1 blank | 0 comment | 0 complexity | cab14ce17e4988de2cfccc027f92d600 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>Hash-List "Multimap" Text Memory Use Test with Large
  7. Average 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 Memory Use Test with Large 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 100 distinct primary keys. The test measures the memory use
  24. as a function of the number of values inserted.</p>
  25. <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_insert_mem_usage_large.cc"><tt>multimap_text_insert_mem_usage_test</tt></a>
  26. thirty_years_among_the_dead_preproc.txt 100 200 2100 100)</p>
  27. <h2><a name="purpose" id="purpose">Purpose</a></h2>
  28. <p>The test checks the memory scalability of different
  29. "multimap" designs (see <a href="motivation.html#assoc_mapping_semantics">Motivation::Associative
  30. Containers::Mapping Semantics</a>).</p>
  31. <h2><a name="results" id="results">Results</a></h2>
  32. <p>Figures <a href="#NTG">NTG</a>, <a href="#NTM">NTM</a>, and
  33. <a href="#NTL">NTL</a> show the results for "multimaps" which
  34. 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
  35. <a href="assoc_performance_tests.html#local"><u>local</u></a>,
  36. respectively; Figures <a href="#NHG"></a>NHG, <a href="#NHM">NHM</a>, and <a href="#NHL">NHL</a> show the results for
  37. "multimaps" which use a hash-based container for primary keys,
  38. in <a href="assoc_performance_tests.html#gcc"><u>g++</u></a>,
  39. <a href="assoc_performance_tests.html#msvc"><u>msvc++</u></a>,
  40. and <a href="assoc_performance_tests.html#local"><u>local</u></a>,
  41. respectively.</p>
  42. <div id="NTG_res_div">
  43. <div id="NTG_gcc">
  44. <div id="NTG_multimap_text_insert_mem_usage_test_large_s2p_tree">
  45. <div id="NTG_assoc">
  46. <div id="NHG_Native_and_primary_tree-based_multimap_types_mem_usage_test"><div style="border-style: dotted; border-width: 1px; border-color: lightgray"><h6 class="c1"><a name="NTG" id="NTG"><img src="multimap_text_insert_mem_usage_test_large_s2p_tree_gcc.png" alt="no image" /></a></h6>NTG: NHG Native and primary tree-based multimap types mem usage 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>
  47. <ol>
  48. <li>
  49. rb_tree_mmap_cc_hash_mask_exp_nea_lc_1div8_1div2_nsth_set-
  50. <a href="tree.html"><tt>tree</tt></a>
  51. with <tt>Tag</tt> = <a href="rb_tree_tag.html"><tt>rb_tree_tag</tt></a>
  52. , and <tt>Node_Update</tt> = <a href="null_tree_node_update.html"><tt>null_tree_node_update</tt></a>
  53. , mapping each key to <a href="cc_hash_table.html"><tt>cc_hash_table</tt></a>
  54. with <tt>Comb_Hash_Fn</tt> = <a href="direct_mask_range_hashing.html"><tt>direct_mask_range_hashing</tt></a>
  55. , and <tt>Resize_Policy</tt> = <a href="hash_standard_resize_policy.html"><tt>hash_standard_resize_policy</tt></a>
  56. with <tt>Size_Policy</tt> = <a href="hash_exponential_size_policy.html"><tt>hash_exponential_size_policy</tt></a>
  57. , and <tt>Trigger_Policy</tt> = <a href="hash_load_check_resize_trigger.html"><tt>hash_load_check_resize_trigger</tt></a>
  58. with <i>&alpha;<sub>min</sub></i> = <i>1/8</i> and <i>&alpha;<sub>max</sub></i> = <i>1/2</i></li>
  59. <li>
  60. n_mmap-
  61. <tt>std::multimap</tt></li>
  62. <li>
  63. rb_tree_mmap_lu_mtf_set-
  64. <a href="tree.html"><tt>tree</tt></a>
  65. with <tt>Tag</tt> = <a href="rb_tree_tag.html"><tt>rb_tree_tag</tt></a>
  66. , and <tt>Node_Update</tt> = <a href="null_tree_node_update.html"><tt>null_tree_node_update</tt></a>
  67. , mapping each key to <a href="list_update.html"><tt>list_update</tt></a>
  68. with <tt>Update_Policy</tt> = <a href="move_to_front_lu_policy.html"><tt>move_to_front_lu_policy</tt></a>
  69. </li>
  70. </ol>
  71. </div><div style="width: 100%; height: 20px"></div></div>
  72. </div>
  73. </div>
  74. </div>
  75. </div>
  76. <div id="NTM_res_div">
  77. <div id="NTM_msvc">
  78. <div id="NTM_multimap_text_insert_mem_usage_test_large_s2p_tree">
  79. <div id="NTM_assoc">
  80. <div id="NHM_Native_and_primary_tree-based_multimap_types_mem_usage_test"><div style="border-style: dotted; border-width: 1px; border-color: lightgray"><h6 class="c1"><a name="NTM" id="NTM"><img src="multimap_text_insert_mem_usage_test_large_s2p_tree_msvc.png" alt="no image" /></a></h6>NTM: NHM Native and primary tree-based multimap types mem usage 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>
  81. <ol>
  82. <li>
  83. n_mmap-
  84. <tt>std::multimap</tt></li>
  85. <li>
  86. rb_tree_mmap_cc_hash_mask_exp_nea_lc_1div8_1div2_nsth_set-
  87. <a href="tree.html"><tt>tree</tt></a>
  88. with <tt>Tag</tt> = <a href="rb_tree_tag.html"><tt>rb_tree_tag</tt></a>
  89. , and <tt>Node_Update</tt> = <a href="null_tree_node_update.html"><tt>null_tree_node_update</tt></a>
  90. , mapping each key to <a href="cc_hash_table.html"><tt>cc_hash_table</tt></a>
  91. with <tt>Comb_Hash_Fn</tt> = <a href="direct_mask_range_hashing.html"><tt>direct_mask_range_hashing</tt></a>
  92. , and <tt>Resize_Policy</tt> = <a href="hash_standard_resize_policy.html"><tt>hash_standard_resize_policy</tt></a>
  93. with <tt>Size_Policy</tt> = <a href="hash_exponential_size_policy.html"><tt>hash_exponential_size_policy</tt></a>
  94. , and <tt>Trigger_Policy</tt> = <a href="hash_load_check_resize_trigger.html"><tt>hash_load_check_resize_trigger</tt></a>
  95. with <i>&alpha;<sub>min</sub></i> = <i>1/8</i> and <i>&alpha;<sub>max</sub></i> = <i>1/2</i></li>
  96. <li>
  97. rb_tree_mmap_lu_mtf_set-
  98. <a href="tree.html"><tt>tree</tt></a>
  99. with <tt>Tag</tt> = <a href="rb_tree_tag.html"><tt>rb_tree_tag</tt></a>
  100. , and <tt>Node_Update</tt> = <a href="null_tree_node_update.html"><tt>null_tree_node_update</tt></a>
  101. , mapping each key to <a href="list_update.html"><tt>list_update</tt></a>
  102. with <tt>Update_Policy</tt> = <a href="move_to_front_lu_policy.html"><tt>move_to_front_lu_policy</tt></a>
  103. </li>
  104. </ol>
  105. </div><div style="width: 100%; height: 20px"></div></div>
  106. </div>
  107. </div>
  108. </div>
  109. </div>
  110. <div id="NTL_res_div">
  111. <div id="NTL_local">
  112. <div id="NTL_multimap_text_insert_mem_usage_test_large_s2p_tree">
  113. <div id="NTL_assoc">
  114. <div id="NTL_Native_and_primary_tree-based_multimap_types_mem_usage_test"><div style = "border-style: dotted; border-width: 1px; border-color: lightgray"><h6 class="c1"><a name="NTL" id= "NTL"><img src="multimap_text_insert_mem_usage_test_large_s2p_tree_local.png" alt="no image" /></a></h6>NTL: Native and primary tree-based multimap types mem usage test - <a href = "assoc_performance_tests.html#local">local</a></div><div style = "width: 100%; height: 20px"></div></div>
  115. </div>
  116. </div>
  117. </div>
  118. </div>
  119. <div id="NHG_res_div">
  120. <div id="NHG_gcc">
  121. <div id="NHG_multimap_text_insert_mem_usage_test_large_s2p_hash">
  122. <div id="NHG_assoc">
  123. <div id="NHG_Native_and_primary_hash-based_multimap_types_mem_usage_test"><div style="border-style: dotted; border-width: 1px; border-color: lightgray"><h6 class="c1"><a name="NHG" id="NHG"><img src="multimap_text_insert_mem_usage_test_large_s2p_hash_gcc.png" alt="no image" /></a></h6>NHG: Native and primary hash-based multimap types mem usage 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>
  124. <ol>
  125. <li>
  126. cc_hash_mask_exp_nea_lc_1div8_1div2_nsth_mmap_cc_hash_mask_exp_nea_lc_1div8_1div2_nsth_set-
  127. <a href="cc_hash_table.html"><tt>cc_hash_table</tt></a>
  128. with <tt>Comb_Hash_Fn</tt> = <a href="direct_mask_range_hashing.html"><tt>direct_mask_range_hashing</tt></a>
  129. , and <tt>Resize_Policy</tt> = <a href="hash_standard_resize_policy.html"><tt>hash_standard_resize_policy</tt></a>
  130. with <tt>Size_Policy</tt> = <a href="hash_exponential_size_policy.html"><tt>hash_exponential_size_policy</tt></a>
  131. , and <tt>Trigger_Policy</tt> = <a href="hash_load_check_resize_trigger.html"><tt>hash_load_check_resize_trigger</tt></a>
  132. 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>
  133. with <tt>Comb_Hash_Fn</tt> = <a href="direct_mask_range_hashing.html"><tt>direct_mask_range_hashing</tt></a>
  134. , and <tt>Resize_Policy</tt> = <a href="hash_standard_resize_policy.html"><tt>hash_standard_resize_policy</tt></a>
  135. with <tt>Size_Policy</tt> = <a href="hash_exponential_size_policy.html"><tt>hash_exponential_size_policy</tt></a>
  136. , and <tt>Trigger_Policy</tt> = <a href="hash_load_check_resize_trigger.html"><tt>hash_load_check_resize_trigger</tt></a>
  137. with <i>&alpha;<sub>min</sub></i> = <i>1/8</i> and <i>&alpha;<sub>max</sub></i> = <i>1/2</i></li>
  138. <li>
  139. n_hash_mmap-
  140. <tt>__gnucxx::hash_multimap</tt></li>
  141. <li>
  142. cc_hash_mask_exp_nea_lc_1div8_1div2_nsth_mmap_lu_mtf_set-
  143. <a href="cc_hash_table.html"><tt>cc_hash_table</tt></a>
  144. with <tt>Comb_Hash_Fn</tt> = <a href="direct_mask_range_hashing.html"><tt>direct_mask_range_hashing</tt></a>
  145. , and <tt>Resize_Policy</tt> = <a href="hash_standard_resize_policy.html"><tt>hash_standard_resize_policy</tt></a>
  146. with <tt>Size_Policy</tt> = <a href="hash_exponential_size_policy.html"><tt>hash_exponential_size_policy</tt></a>
  147. , and <tt>Trigger_Policy</tt> = <a href="hash_load_check_resize_trigger.html"><tt>hash_load_check_resize_trigger</tt></a>
  148. 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>
  149. with <tt>Update_Policy</tt> = <a href="move_to_front_lu_policy.html"><tt>move_to_front_lu_policy</tt></a>
  150. </li>
  151. </ol>
  152. </div><div style="width: 100%; height: 20px"></div></div>
  153. </div>
  154. </div>
  155. </div>
  156. </div>
  157. <div id="NHM_res_div">
  158. <div id="NHM_msvc">
  159. <div id="NHM_multimap_text_insert_mem_usage_test_large_s2p_hash">
  160. <div id="NHM_assoc">
  161. <div id="NHM_Native_and_primary_hash-based_multimap_types_mem_usage_test"><div style="border-style: dotted; border-width: 1px; border-color: lightgray"><h6 class="c1"><a name="NHM" id="NHM"><img src="multimap_text_insert_mem_usage_test_large_s2p_hash_msvc.png" alt="no image" /></a></h6>NHM: Native and primary hash-based multimap types mem usage 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>
  162. <ol>
  163. <li>
  164. n_hash_mmap-
  165. <tt>stdext::hash_multimap</tt></li>
  166. <li>
  167. cc_hash_mask_exp_nea_lc_1div8_1div2_nsth_mmap_cc_hash_mask_exp_nea_lc_1div8_1div2_nsth_set-
  168. <a href="cc_hash_table.html"><tt>cc_hash_table</tt></a>
  169. with <tt>Comb_Hash_Fn</tt> = <a href="direct_mask_range_hashing.html"><tt>direct_mask_range_hashing</tt></a>
  170. , and <tt>Resize_Policy</tt> = <a href="hash_standard_resize_policy.html"><tt>hash_standard_resize_policy</tt></a>
  171. with <tt>Size_Policy</tt> = <a href="hash_exponential_size_policy.html"><tt>hash_exponential_size_policy</tt></a>
  172. , and <tt>Trigger_Policy</tt> = <a href="hash_load_check_resize_trigger.html"><tt>hash_load_check_resize_trigger</tt></a>
  173. 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>
  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></li>
  179. <li>
  180. cc_hash_mask_exp_nea_lc_1div8_1div2_nsth_mmap_lu_mtf_set-
  181. <a href="cc_hash_table.html"><tt>cc_hash_table</tt></a>
  182. with <tt>Comb_Hash_Fn</tt> = <a href="direct_mask_range_hashing.html"><tt>direct_mask_range_hashing</tt></a>
  183. , and <tt>Resize_Policy</tt> = <a href="hash_standard_resize_policy.html"><tt>hash_standard_resize_policy</tt></a>
  184. with <tt>Size_Policy</tt> = <a href="hash_exponential_size_policy.html"><tt>hash_exponential_size_policy</tt></a>
  185. , and <tt>Trigger_Policy</tt> = <a href="hash_load_check_resize_trigger.html"><tt>hash_load_check_resize_trigger</tt></a>
  186. 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>
  187. with <tt>Update_Policy</tt> = <a href="move_to_front_lu_policy.html"><tt>move_to_front_lu_policy</tt></a>
  188. </li>
  189. </ol>
  190. </div><div style="width: 100%; height: 20px"></div></div>
  191. </div>
  192. </div>
  193. </div>
  194. </div>
  195. <div id="NHL_res_div">
  196. <div id="NHL_local">
  197. <div id="NHL_multimap_text_insert_mem_usage_test_large_s2p_hash">
  198. <div id="NHL_assoc">
  199. <div id="NHL__Native_and_primary_hash-based_multimap_types_mem_usage_test"><div style = "border-style: dotted; border-width: 1px; border-color: lightgray"><h6 class="c1"><a name="NHL" id= "NHL"><img src="multimap_text_insert_mem_usage_test_large_s2p_hash_local.png" alt="no image" /></a></h6>NHL: Native and primary hash-based multimap types mem usage test - <a href = "assoc_performance_tests.html#local">local</a></div><div style = "width: 100%; height: 20px"></div></div>
  200. </div>
  201. </div>
  202. </div>
  203. </div>
  204. <h2><a name="observations" id="observations">Observations</a></h2>
  205. <p>See <a href="assoc_performance_tests.html#msc">Observations::Mapping-Semantics
  206. Considerations</a>.</p>
  207. </div>
  208. </body>
  209. </html>