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 Lines: 7 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