From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: ** X-Spam-Status: No, score=2.1 required=5.0 tests=BAYES_20,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,bcdac28207102750 X-Google-Attributes: gid103376,public From: "Clifford J. Nelson" Subject: Re: Ada95 speed Date: 1999/06/01 Message-ID: <3753DA33.F2E088A0@gte.net>#1/1 X-Deja-AN: 484431770 Distribution: world Content-Transfer-Encoding: 7bit References: <374182F2.B10AD449@Maths.UniNe.CH> <3741aa37.3892645@news.pacbell.net> <3741B203.4890880B@Maths.UniNe.CH> <7ht4ss$4mu$1@nnrp1.deja.com> <3743D5BB.37152F94@gte.net> <310519991456230875%hopperj@macconnect.com> X-Accept-Language: en Content-Type: text/plain; charset=us-ascii; x-mac-type="54455854"; x-mac-creator="4D4F5353" X-Abuse-Info: Otherwise we will be unable to process your complaint properly X-Complaints-To: abuse@gte.net X-Trace: /bCCZDCrFRsn8ZpYprdxG+NWUG7PuIpAmFZx5vwj86dRISoAKc95uf34qfZAwcDW8wisz7kAYv9I!61Rk5mUgEA635R8P9NVTPEex+X+GnXuiZdmOAF6lt4XUzHNLuvPl+MA= MIME-Version: 1.0 NNTP-Posting-Date: Tue, 01 Jun 1999 12:10:25 GMT Reply-To: cnelson9@gte.net Newsgroups: comp.lang.ada Date: 1999-06-01T00:00:00+00:00 List-Id: "James E. Hopper" wrote: > [snip] > > your comment that new machines are not faster than old because you have > to do clever tricks to make them work is way off the mark. unless you > went through it you have NO idea what gyrations we went through to make > code run fast on those older machines. My head aches when i think what > i went through getting fast code to run on the old 8 bit processors ;-) > If anything i have found programmers today are much lazier about > algorithms because they can get away with it more than they used to. > your whole premise rests on the aburd comparison of comparing this > simple algorith with an unknowns algorithm from years ago. unless you > can present the source code for your comparison point there is no > validity in your comparison! > > Jim Jim, I haven't been programming micro computers for the last ten years. I have been using Mathematica since about 1989. See: http://forum.swarthmore.edu/epigone/geometry-research/brydilyum >From 1976 to 1989 I programmed a few micro computers and I remember just storing the result of some computations in memory, and then setting the video pointer to that area of memory. It took a few micro seconds to display the result of the computations. All my experience with desk top computers contradicts yours. They were very easy to program efficiently. Now that I have something to program I find that the computers don't live up to expectations anymore. Cliff Nelson