From owner-freebsd-questions Thu Jun 3 18:12:40 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.atl.bellsouth.net (mail2.atl.bellsouth.net [205.152.0.22]) by hub.freebsd.org (Postfix) with ESMTP id 7E09F14C84 for ; Thu, 3 Jun 1999 18:12:36 -0700 (PDT) (envelope-from wghicks@bellsouth.net) Received: from wghicks.bellsouth.net (host-209-214-71-225.atl.bellsouth.net [209.214.71.225]) by mail2.atl.bellsouth.net (8.8.8-spamdog/8.8.5) with ESMTP id VAA12916; Thu, 3 Jun 1999 21:12:32 -0400 (EDT) Received: from wghicks (wghicks@localhost [127.0.0.1]) by wghicks.bellsouth.net (8.9.3/8.9.2) with ESMTP id VAA01452; Thu, 3 Jun 1999 21:14:54 -0400 (EDT) (envelope-from wghicks@wghicks.bellsouth.net) Message-Id: <199906040114.VAA01452@bellsouth.net> To: Jim Pazarena Cc: freebsd-questions@FreeBSD.ORG, wghicks@wghicks.bellsouth.net Subject: Re: sort packages In-reply-to: Your message of "Thu, 03 Jun 1999 13:32:32 PDT." <9906031332.aa20239@dick.ccstores.com> Date: Thu, 03 Jun 1999 21:14:53 -0400 From: W Gerald Hicks Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Are there any commercial or freeware sorting utilities libraries available > for FreeBSD? > > Something a little more useful than qsort, that can be included in 'c' > compilations. Sorting what? :) Large data sets on disk or constrained to memory? Multiple views and access paths? How frequently is the underlying data updated? C-Tree by Faircom is a commercial library (supported on FreeBSD) which is very handy for traditional data processing style applications using disk storage. See http://www.faircom.com/ Lotsa good stuff in /usr/ports/databases too... Cheers, Jerry Hicks wghicks@bellsouth.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message