Random Posts
Tags
Categories
Recent Comments
- wangxi on 游戏服务端架构发展史(下)
- syao on 网络游戏同步法则
- no@qq.com on GCC 利用未定义行为进行优化正确么?
- 金锋 on 用了很久的全拼改为双拼值得吗?
- smi on 关于
Links
Meta
Monthly Archives: November 2007
超越 STL-map/hash_map性能的DICT
最近用纯C作了一个dict,根据试验,比 stl的 map快 2.3-2.5倍,比 hash_map快 1.3倍,主要用到的优化策略如下: