Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
Message from discussion Delphi vs C++ Performance Comparison
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Robert Lee  
View profile  
 More options Feb 10 2000, 3:00 am
Newsgroups: borland.public.delphi.non-technical, borland.public.cppbuilder.non-technical
From: Robert Lee <rh...@nwu.edu>
Date: 2000/02/10
Subject: Re: Delphi vs C++ Performance Comparison

John Jacobson wrote:

> I don't see any pseudo-code examples posted yet,

You don't because I haven't <g>.  Actually, I've got one just about
ready.  It is Linear regression test that I stripped out of one of my
simulators.  I'll try and get it up by the end of the day.  Basically,
I'm thinking that each version should be a unit with a 'test' procedure
that can be called and timed.  That way one test rig can handle any of
the tests.  Also I need to throw together a quickie timing mechanism
that can is more accurate than GetTickCount and can be implemented in
all enviroments without pulling in all of the Windows API.

> so I'm going to get started myself and then post the results
> here and in my paper. Hopefully that can be a starting point for expanding
> the tests.

Sounds good, we can organize as we go.  

Based on my own prelim. test from about a year ago.  It is very easy to
skew the results merely by including or excluding specific functions.
This is the "trick" that unscrupulus VC'ers have used to make Borland
look really bad at FP.  They always bury an ATAN in it somewhere that VC
code does comparatively fast (but with some sloppiness) but is still so
slow that it swamps all the remaining FP computations.  This is the
reason that I wanted to base this on "real" world code.  What I'm trying
to say is that if you just cook up your benchmark, your are likely to
also be cooking your biases into the results.

--
Bob Lee
High Performance Delphi - http://www.econos.com/optimize/
Updated January 20


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.