Monthly Archives: November 2007

超越 STL-map/hash_map性能的DICT

最近用纯C作了一个dict,根据试验,比 stl的 map快 2.3-2.5倍,比 hash_map快 1.3倍,主要用到的优化策略如下:

Loading

Posted in 编程技术 | Tagged | 1 Comment