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=-0.8 required=5.0 tests=BAYES_00,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,dfb04a32322ae2a5,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1994-11-01 15:05:21 PST Newsgroups: comp.lang.ada Path: bga.com!news.sprintlink.net!howland.reston.ans.net!EU.net!uunet!tron!usenet From: ferguson@tron.bwi.wec.com Subject: WE NEED A GOOD Ada SORT PACKAGE! Content-Type: TEXT/PLAIN; charset=US-ASCII Message-ID: <1994Nov1.191950.17174@tron.bwi.wec.com> Sender: usenet@tron.bwi.wec.com (Usenet_news poster) Organization: Westinghouse Electric Corporation X-Newsreader: NEWTNews & Chameleon -- TCP/IP for MS Windows from NetManage Mime-Version: 1.0 Date: Tue, 1 Nov 1994 22:10:14 GMT Date: 1994-11-01T22:10:14+00:00 List-Id: We are looking for a generic Ada sort package that will be efficient for extremely large numbers of records residing on disk (~700,000), occupying about 20 MB of memory, which are locally out of order (i.e. the data are only unordered in a small region of the whole). The application will reside on a UNIX workstation. If there are commercially available sort packages, we'd sure like to know where they are! We are not sure whether the GRACE or BOOCH components have any robust sort packages for large data sets.