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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,5c4627b775acf6be X-Google-Attributes: gid103376,public From: "E. Robert Tisdale" Subject: Re: The Ada Scalar, Vector, Matrix and Tensor arithmetic library? Date: 1999/12/06 Message-ID: <384B0698.8D7EBEBA@netwood.net>#1/1 X-Deja-AN: 557062691 Content-Transfer-Encoding: 7bit References: <38497235.D8339C38@netwood.net> <82btoo$8201@news.cis.okstate.edu> <82buhr$8q61@news.cis.okstate.edu> <38498EB1.306427C8@netwood.net> <82c7mu$a2g1@news.cis.okstate.edu> <3849E314.6281FC6D@netwood.net> <82cors$9281@news.cis.okstate.edu> <82dk7t$5ka$1@birch.prod.itd.earthlink.net> <01bf3f36$43ebbd50$022a6282@dieppe> <82e6pv$79q1@news.cis.okstate.edu> <82en2v$ocj$1@ash.prod.itd.earthlink.net> X-Accept-Language: en Content-Type: text/plain; charset=us-ascii X-Complaints-To: newsabuse@supernews.com Organization: Posted via Supernews, http://www.supernews.com MIME-Version: 1.0 Newsgroups: comp.lang.ada Date: 1999-12-06T00:00:00+00:00 List-Id: "David C. Hoos, Sr." wrote: > Yes... but how many runs do you have to make > with that 5% faster program to make up for one bad run > because the API was obtuse > and the programmer got it wrong, as a result? It's easy to knock down a straw man. It is much harder to design a standard API for numerical libraries which limits overhead to 5% and is both easy and safe to use. It is much easier to design an API which makes every implementation a thousand times slower than it needs to be and is so obtuse that there is almost no chance that the application programmer can get it right. E. Robert Tisdale