由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - c#, c++光是数值运算的话,速度有多大区别?
相关主题
弱问:搞数值模拟和计算,linux的优势到底在哪?A tech question (转载)
FORTRAN新手自学求助 (转载)An interesting C++ compile error
C array谁来解释一下这个是compiler问题吗?
A C++ compiler related interview question关于Makefile的一个问题
java8就是冲着desktop去的这句话是为什么呢?
*** help needed! on MATLAB GUI ***spent a lot of time try to compile boost
How to tell gcc stop compiling.一个qt3在Windows上的问题
inheritence problemambiguous operators in c++
相关话题的讨论汇总
话题: net话题: so话题: bound话题: c++话题: 运算
进入Programming版参与讨论
1 (共1页)
w*s
发帖数: 7227
1
thx!
b*****y
发帖数: 130
2
50%
k******a
发帖数: 2436
3
差的很远,特别是cpu-bound
c/c++的优化要强很多。
d***q
发帖数: 1119
4

这个问题其实还要分在哪一个os上?
windows 用.net会好一些。用mono会比较差。
.net通常会慢一倍,mono就不好说了,有兴趣可以看看一些benchmark.mono差异比较大


【在 k******a 的大作中提到】
: 差的很远,特别是cpu-bound
: c/c++的优化要强很多。

k******a
发帖数: 2436
5
Yeah but these are not the major differences. Most business applications are
IO-bound. So .Net Framework's run time performance overhead does not cause
big problems. For pure cpu-bound calculations, cpp compilers (both MS, Intel
, and gcc) have been optimized for so many years they are so much better
than any .net solutions in terms of raw speed. But these situations are very
rare.

【在 d***q 的大作中提到】
:
: 这个问题其实还要分在哪一个os上?
: windows 用.net会好一些。用mono会比较差。
: .net通常会慢一倍,mono就不好说了,有兴趣可以看看一些benchmark.mono差异比较大
: 。

1 (共1页)
进入Programming版参与讨论
相关主题
ambiguous operators in c++java8就是冲着desktop去的
关于C++ STL编译的疑问*** help needed! on MATLAB GUI ***
question for C++ constantHow to tell gcc stop compiling.
a question about CASTinheritence problem
弱问:搞数值模拟和计算,linux的优势到底在哪?A tech question (转载)
FORTRAN新手自学求助 (转载)An interesting C++ compile error
C array谁来解释一下这个是compiler问题吗?
A C++ compiler related interview question关于Makefile的一个问题
相关话题的讨论汇总
话题: net话题: so话题: bound话题: c++话题: 运算