03 2012 档案

摘要:hash_map分析 0人收藏此文章, 我要收藏 发表于5个月前 , 已有213次阅读 共0个评论最近一直在使用hash_map,找时间来梳理一下(转)详细解说hash_map几句话道出map和hash_map的区别1. STL map is an associative array where keys are stored in sorted order using balanced trees. While hash_map is a hashed associated container, where keys are not stored in an ordered way. ... 阅读全文
posted @ 2012-03-12 14:12 tangr206 阅读(335) 评论(0) 推荐(0)