Slow performance compared to C++, ideas?

Jerry jlquinn at optonline.net
Tue Jun 4 12:04:45 PDT 2013


"Jonathan M Davis" <jmdavisProg at gmx.com> writes:

> On Tuesday, June 04, 2013 14:41:30 Jerry wrote:
>> +1
>
> Please always quote at least some of the post that you're replying to. Posts 
> don't always thread properly on all clients, so it's not always obvious who 
> someone is replying to if they don't quote anything. And some people don't use 
> threading at all when they view posts.

Sorry about that.  I was endorsing Manu's view of the virtual vs final
class method by default argument.

I also work with researchers and sloppy research code and have spend
plenty of time fixing performance problems due to slow methods inside
tight loops.  In C++, it's more likely people not making simple calls
inline, but I've also seen poor choice of virtual functions as well.

Jerry


More information about the Digitalmars-d mailing list