VC++ 7.0: Libaries – STL (3/3)
New classes:
• hash_map, hash_set
Test:
• Insert 20.000 integers, look‘em up
Time ins,look Mem total # of blocks
map 1923, 711 480.000 20.001
hash_map   770, 170 390.000 20.002
CMap   331, 240 424.000   2.001