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.6 required=5.0 tests=BAYES_05,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,9c86eb13dd395066 X-Google-Attributes: gid103376,public From: Tom Moran Subject: Re: CRC in Ada? Date: 1997/03/07 Message-ID: <33206340.2616@bix.com>#1/1 X-Deja-AN: 223870216 References: <1997Mar2.220652@nova.wright.edu> <1997Mar5.131846.1@eisner> <5fmo1k$adm@mulga.cs.mu.OZ.AU> <1997Mar6.114441.1@eisner> <1997Mar7.090814.1@eisner> Organization: InterNex Information Services 1-800-595-3333 Reply-To: tmoran@bix.com Newsgroups: comp.lang.ada Date: 1997-03-07T00:00:00+00:00 List-Id: The original message in this thread did not say "reading a file a character at a time is slow", but rather that doing it in Ada was an order of magnitude slower than doing it in C, on the same OS and hardware. Since there is no other way strictly in Ada to read a file which is too large for memory and whose size is a prime number, this is unfortunate. And saying Ada 95 can do it by calling a C function, is less than a strong endorsement of Ada.