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,9c86eb13dd395066 X-Google-Attributes: gid103376,public From: bobduff@world.std.com (Robert A Duff) Subject: Re: CRC in Ada? Date: 1997/03/07 Message-ID: #1/1 X-Deja-AN: 223816865 References: <1997Mar2.220652@nova.wright.edu> <1997Mar6.114441.1@eisner> <1997Mar7.090814.1@eisner> Organization: The World Public Access UNIX, Brookline, MA Newsgroups: comp.lang.ada Date: 1997-03-07T00:00:00+00:00 List-Id: In article <1997Mar7.090814.1@eisner>, Larry Kilgallen wrote: >Why should finding a record with particular contents in the middle of >a file take a long time? There are books about how to write indexed >file systems, but some operating systems skipped that part of what I >am accustomed to relying upon. ... Good point, I admit. >have been faced with a different set of projects than you, but I have >my own list of things that "any environment ought to do properly" such >as file versioning :-). That one's on my list, too. :-) - Bob