Date: Wed, 30 Apr 2008 11:59:17 -0500 From: Dan Nelson <dnelson@allantgroup.com> To: Mel <fbsd.questions@rachie.is-a-geek.net> Cc: freebsd-questions@freebsd.org, Nathan Lay <nslay@comcast.net> Subject: Re: BSDL C data structure library Message-ID: <20080430165917.GF52393@dan.emsphone.com> In-Reply-To: <200804301854.20425.fbsd.questions@rachie.is-a-geek.net> References: <48189C0F.5000108@comcast.net> <200804301854.20425.fbsd.questions@rachie.is-a-geek.net>
next in thread | previous in thread | raw e-mail | index | archive | help
In the last episode (Apr 30), Mel said: > On Wednesday 30 April 2008 18:19:27 Nathan Lay wrote: > > As the subject suggests, is there a BSD licensed generalized C data > > structure library? I noticed there is GDSL but I really don't want > > to use it because of the GPL. If such a data structure library > > doesn't exist, I'd be extremely happy and willing to write one for > > the BSD community. > > Well, partly. queue(3) shows you the linked lists/queues that are > basically a preprocessor hack, but work quite well. I personally dont > know about anything in base, for the other structures mentioned on > the GDSL homepage. <sys/tree.h> also provides implementations of splay and red-black trees. -- Dan Nelson dnelson@allantgroup.com
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080430165917.GF52393>