由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 请问 用vc 最后link为什么那么慢?
相关主题
C++ STL的unordered_map, unordered_set,map,set很慢C++ template problem
django admin style sheets一个C++ template的问题
[合集] linking problem using template能否给些讲debug经验的文章和书籍 (转载)
a c++ question for templateC++ Q73: template (skillport) (转载)
[合集] 关于template和inheritance的问题请教C++ Q90 - Q92 (转载)
[合集] 又被羞辱了一把... (转载)C++ Q88: nested non-template class (转载)
Default function template arguments一个debug的问题
how to debug mpi?不同compiler速度可以差很远吗?
相关话题的讨论汇总
话题: vc话题: link话题: 优化
进入Programming版参与讨论
1 (共1页)
i******t
发帖数: 22541
1
怎么优化能快点呢?
太多的 template class?
由于太慢 debug 实在头疼 时间太多了
多谢
x****u
发帖数: 44466
2
加大内存吧,link计算量不大数据量可不小。

【在 i******t 的大作中提到】
: 怎么优化能快点呢?
: 太多的 template class?
: 由于太慢 debug 实在头疼 时间太多了
: 多谢

g*******t
发帖数: 7704
3
VC代码优化是最好的, 当然慢,
取消优化,能加快,
N******K
发帖数: 10202
4
ssd硬盘 大内存 大cpu

【在 i******t 的大作中提到】
: 怎么优化能快点呢?
: 太多的 template class?
: 由于太慢 debug 实在头疼 时间太多了
: 多谢

c****e
发帖数: 1453
5
全局优化慢。
1 (共1页)
进入Programming版参与讨论
相关主题
不同compiler速度可以差很远吗?[合集] 关于template和inheritance的问题请教
C++ templates[合集] 又被羞辱了一把... (转载)
After build,how to run the program on visual C# 2008Default function template arguments
问个超简单的C问题how to debug mpi?
C++ STL的unordered_map, unordered_set,map,set很慢C++ template problem
django admin style sheets一个C++ template的问题
[合集] linking problem using template能否给些讲debug经验的文章和书籍 (转载)
a c++ question for templateC++ Q73: template (skillport) (转载)
相关话题的讨论汇总
话题: vc话题: link话题: 优化