Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 03 Jun 1999 21:14:53 -0400
From:      W Gerald Hicks <wghicks@bellsouth.net>
To:        Jim Pazarena <paz@ccstores.com>
Cc:        freebsd-questions@FreeBSD.ORG, wghicks@wghicks.bellsouth.net
Subject:   Re: sort packages 
Message-ID:  <199906040114.VAA01452@bellsouth.net>
In-Reply-To: Your message of "Thu, 03 Jun 1999 13:32:32 PDT." <9906031332.aa20239@dick.ccstores.com> 

next in thread | previous in thread | raw e-mail | index | archive | help

> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199906040114.VAA01452>