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.9 required=5.0 tests=BAYES_50,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: 10f6aa,76b1fcc14e8dced X-Google-Attributes: gid10f6aa,public X-Google-Thread: 114917,76b1fcc14e8dced X-Google-Attributes: gid114917,public X-Google-Thread: 109fba,76b1fcc14e8dced X-Google-Attributes: gid109fba,public X-Google-Thread: 1014db,8b6c45fbebd7d3b7 X-Google-Attributes: gid1014db,public X-Google-Thread: 103376,c9c309a1859318a1 X-Google-Attributes: gid103376,public From: fred@genesis.demon.co.uk (Lawrence Kirby) Subject: Re: HELP ! need to insert value in array !! Date: 1997/06/28 Message-ID: <867531657snz@genesis.demon.co.uk>#1/1 X-Deja-AN: 253318573 References: <33A9C27C.22F7@post4.tele.dk> <5oci49$97g@crl.crl.com> <866920621snz@genesis.demon.co.uk> <5p0v7l$9uc@nntp.seflin.org> X-Mail2News-User: fred@genesis.demon.co.uk X-Mail2News-Path: genesis.demon.co.uk Organization: none Reply-To: fred@genesis.demon.co.uk Newsgroups: comp.lang.c,comp.lang.c++,comp.os.msdos.programmer,comp.lang.asm.x86,comp.lang.ada Date: 1997-06-28T00:00:00+00:00 List-Id: In article <5p0v7l$9uc@nntp.seflin.org> z007400b@bc.seflin.org "Ralph Silverman" writes: ... > ( e.g. pc s manufactured >1989 > generally incorporate very > effective dma ... ) If you are referring to "IBM compatible" PCs the on-board DMA controllers are *still* dismally slow. > classic > computation > and > algorithm theory > generally rest on a > vonneumann model > whereby memory transactions > 'shuffle' through cpu ... > modern methods allow dispacing > such to 'intelligent' memory > subsystem ... which acts similarly > as a peripheral ... > therefore actual system design > allows algorithms which might seem > very inefficient > ( by classic model ) > to be renovated into algorithms > which are very effective ! I guess you mean like the sorting networks described in Knuth. What does this have to do with inserting a value into an array in C? -- ----------------------------------------- Lawrence Kirby | fred@genesis.demon.co.uk Wilts, England | 70734.126@compuserve.com -----------------------------------------