V*********e 发帖数: 737 | |
s****u 发帖数: 118 | 2 stl吗?估计也是麻烦,sgi的ms是红黑树
【在 V*********e 的大作中提到】 : 在什么lib 里? : hash_map 太麻烦
|
V*********e 发帖数: 737 | 3 en. 和java比, 这就是c++ 的缺陷
【在 s****u 的大作中提到】 : stl吗?估计也是麻烦,sgi的ms是红黑树
|
s****u 发帖数: 118 | 4 treeset也是红黑阿
【在 V*********e 的大作中提到】 : en. 和java比, 这就是c++ 的缺陷
|
l***t 发帖数: 81 | 5 In STL,
map is using rb tree.
hash_map is using hash table. |
s****u 发帖数: 118 | 6 no hash_map in STL, hehe
【在 l***t 的大作中提到】 : In STL, : map is using rb tree. : hash_map is using hash table.
|
s*****r 发帖数: 773 | 7 so what should I do?
using map directly?
【在 s****u 的大作中提到】 : no hash_map in STL, hehe
|
s****u 发帖数: 118 | 8 标准里面没有,但是有些vendor实现了..
【在 s*****r 的大作中提到】 : so what should I do? : using map directly?
|
k*n 发帖数: 1203 | 9 TR1::unordered_map, unordered_set
will soon be in standard. |
c****e 发帖数: 1453 | |