提问人:Dr. Debasish Jana 提问时间:3/6/2017 更新时间:3/6/2017 访问量:46
hash_map的内存占用似乎没有那么unordered_map
memory footprints for hash_map seems less that unordered_map
问:
我在 Solaris 10 上使用 g++ 4.9.2,当我从 g++ 2.95.3 迁移时,我不得不将 hash_map更改为 unordered_map。但是,与早期的hash_map相比,unordered_map似乎存在一些性能瓶颈。当我在unordered_map上使用 rehash(0) 时,它似乎没有在空闲池中返回我用过的内存。如何使用 g++ 4.9.2 的旧hash_map?
答: 暂无答案
评论