日韩久久久精品,亚洲精品久久久久久久久久久,亚洲欧美一区二区三区国产精品 ,一区二区福利

利用unordered_map代替hash_map - My Study

系統(tǒng) 2875 0

利用unordered_map代替hash_map - My Study

利用unordered_map代替hash_map

  • 實驗環(huán)境
    1. 操作系統(tǒng) fedora9
    2. 編譯器版本 gcc4.3
  • 實驗方式
            各種map使用插入和查找,比較速度和相關性能
          
map類型 插入速度 插入和查找速度
hashmap 0m0.123s 0m0.369s
map 0m0.190s 0m0.681s
unordered_map 0m0.123s 0m0.315s

  • 為什么要使用unordered_map代替hash_map?
    • 因為標準化的推進,unordered_map原來屬于boost分支和std::tr1中,而hash_map屬于非標準容器。
    • 另外,使用之后,感覺速度和hash_map差不多,但是支持string做key,也可以使用復雜的對象作為key。
    • gxx需要添加編譯選項: -std=gnu++0x 或者 -std=c++0x
    • 在/usr/include/c++/4.3.0/backward/backward_warning.h文件中,明確寫道:

This file includes at least one deprecated or antiquated header which \ may be removed without further notice at a future date. Please use a \ non-deprecated interface with equivalent functionality instead. For a \ listing of replacement headers and interfaces, consult the file \ backward_warning.h. To disable this warning use -Wno-deprecated.

/* A list of valid replacements is as follows:

Use: Instead of:
<sstream>, basic_stringbuf <strstream>, strstreambuf
<sstream>, basic_istringstream <strstream>, istrstream
<sstream>, basic_ostringstream <strstream>, ostrstream
<sstream>, basic_stringstream <strstream>, strstream
<unordered_set>, unordered_set <ext/hash_set>, hash_set
<unordered_set>, unordered_multiset <ext/hash_set>, hash_multiset
<unordered_map>, unordered_map <ext/hash_set>, hash_map
<unordered_map>, unordered_multimap <ext/hash_set>, hash_multimap
<functional>, bind <functional>, binder1st
<functional>, bind <functional>, binder2nd
<functional>, bind <functional>, bind1st
<functional>, bind <functional>, bind2nd
<memory>, unique_ptr <memory>, auto_ptr
*/

利用unordered_map代替hash_map - My Study


更多文章、技術交流、商務合作、聯(lián)系博主

微信掃碼或搜索:z360901061

微信掃一掃加我為好友

QQ號聯(lián)系: 360901061

您的支持是博主寫作最大的動力,如果您喜歡我的文章,感覺我的文章對您有幫助,請用微信掃描下面二維碼支持博主2元、5元、10元、20元等您想捐的金額吧,狠狠點擊下面給點支持吧,站長非常感激您!手機微信長按不能支付解決辦法:請將微信支付二維碼保存到相冊,切換到微信,然后點擊微信右上角掃一掃功能,選擇支付二維碼完成支付。

【本文對您有幫助就好】

您的支持是博主寫作最大的動力,如果您喜歡我的文章,感覺我的文章對您有幫助,請用微信掃描上面二維碼支持博主2元、5元、10元、自定義金額等您想捐的金額吧,站長會非常 感謝您的哦!!!

發(fā)表我的評論
最新評論 總共0條評論
主站蜘蛛池模板: 麦盖提县| 锦州市| 东阳市| 九龙坡区| 和林格尔县| 石楼县| 澳门| 桃源县| 吐鲁番市| 突泉县| 西青区| 崇信县| 昆明市| 获嘉县| 神木县| 光山县| 育儿| 湘潭市| 红桥区| 获嘉县| 安化县| 琼结县| 元朗区| 古交市| 黑山县| 西乌珠穆沁旗| 阿克陶县| 微博| 宽甸| 古交市| 两当县| 八宿县| 麻江县| 深圳市| 穆棱市| 酉阳| 呼图壁县| 巴南区| 盘锦市| 波密县| 安图县|