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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,cda33fc7f63c2885 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-01-13 17:32:19 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!canoe.uoregon.edu!arclight.uoregon.edu!enews.sgi.com!newshub2.rdc1.sfba.home.com!news.home.com!news1.elcjn1.sdca.home.com.POSTED!not-for-mail Message-ID: <3C42340E.6090407@telepath.com> From: Ted Dennison User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.7) Gecko/20011221 X-Accept-Language: en-us MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: list strawman References: <6i%_7.8890$fG.50588@rwcrnsc51.ops.asp.att.net> <3C3CAFEC.D24955EC@acm.org> <3C3F2323.F5D52DBF@boeing.com> <3C3FCD5C.25841A6C@acm.org> <3C41BDF6.6E797663@acm.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Date: Mon, 14 Jan 2002 01:32:17 GMT NNTP-Posting-Host: 24.10.28.160 X-Complaints-To: abuse@home.net X-Trace: news1.elcjn1.sdca.home.com 1010971937 24.10.28.160 (Sun, 13 Jan 2002 17:32:17 PST) NNTP-Posting-Date: Sun, 13 Jan 2002 17:32:17 PST Organization: Excite@Home - The Leader in Broadband http://home.com/faster Xref: archiver1.google.com comp.lang.ada:18881 Date: 2002-01-14T01:32:17+00:00 List-Id: Chad R. Meiners wrote: > Well I don't currently have time to whip up an implementation right now, but > the general method would be to choose the base that you want to sort by > (like base 2 , base 256 or base 2**10 and so on) then you map the type to > an unsigned integer and take ceiling(log_base (Element'Lenght)) passes to How's that going to work for long strings or complicated records?