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.1 required=5.0 tests=BAYES_40,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!tut.cis.ohio-state.edu!ucbvax!ada2.crd.ge.com!xanadu From: xanadu@ada2.crd.ge.com (Rick Conn) Newsgroups: comp.lang.ada Subject: RE: SORT Package Message-ID: <9007241124.AA01138@ada2.> Date: 24 Jul 90 11:24:53 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet List-Id: There are two sort packages in the ASR, both of which work well. They are in PD2:. QSORT is from John Anderson when he worked for TI, and it is really clean, simple, and fast. SORTARRY is from Geoff Mendal at Stanford, and it is more complex, providing a variety of sort algorithms with documentation on tradeoffs. Rick Conn