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=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,38b27bed88e97415 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-02-23 04:35:18 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!kibo.news.demon.net!news.demon.co.uk!demon!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Question: Combination of Access and Constraining Date: 23 Feb 2003 12:34:03 +0000 Organization: Pushface Sender: simon@smaug.pushface.org Message-ID: References: <1d13e1b4.0302200006.70207b86@posting.google.com> <9d795v0h3qa2922u8vodfhpfvprpre6ak2@4ax.com> <1d13e1b4.0302200720.9666350@posting.google.com> <3E5517AE.1040003@acm.org> <3E553C5E.7B2850FD@tsoft.com> <3E557F4C.1010101@acm.org> <3E56AE14.9B5F31A@tsoft.com> NNTP-Posting-Host: pogner.demon.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: news.demon.co.uk 1046003715 28381 62.49.19.209 (23 Feb 2003 12:35:15 GMT) X-Complaints-To: abuse@demon.net NNTP-Posting-Date: Sun, 23 Feb 2003 12:35:15 +0000 (UTC) User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 Xref: archiver1.google.com comp.lang.ada:34470 Date: 2003-02-23T12:34:03+00:00 List-Id: Yuri writes: > I agree mostly, but there could be projects where performance is > critical. > > If rate of processing is low than performance is no issue. But if > say you process real-time video higher-performance processor may > make project cost-inefficient. Many programmes have some time-critical areas. But it's not common (in my experience) for something like parameter passing style to have much impact, unless it's completely bizarre (passing 1MB arreays by copy would count as bizarre!) More often it's very localized, and better algorithms will make much more difference.