Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!burl!ulysses!bellcore!decvax!decwrl!pyramid!ut-sally!seismo!brl-tgr!brl-smoke!ron From: ron@brl-smoke.ARPA (Ron Natalie ) Newsgroups: net.lang.c Subject: Re: Re: fast code and no morals Message-ID: <651@brl-smoke.ARPA> Date: Tue, 28-Jan-86 01:36:59 EST Article-I.D.: brl-smok.651 Posted: Tue Jan 28 01:36:59 1986 Date-Received: Thu, 30-Jan-86 01:17:26 EST References: <842@megaron.UUCP> <1820@brl-tgr.ARPA> <68@valid.UUCP> Distribution: net Organization: Ballistic Research Lab Lines: 11 > > So what? This can be written "structured", and would be more > > maintainable if it were. Surely this is not an example of > > recommended practice? > > Sure is recommended if you are optimizing for speed, which is what I assume > is being done here. Since calloc is part of the system, and is assumed to > not have to be changed, maintainability is not the question. Speed is the > answer. > If you are going to blast away at all the good features of a high level language for the sake of speed, why don't you just program in assembler?