BSDL C data structure library

Kris Kennaway kris at FreeBSD.org
Wed Apr 30 17:11:22 UTC 2008


Mel wrote:
> On Wednesday 30 April 2008 18:19:27 Nathan Lay wrote:
>> Hi list,
>> 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.
> 

See e.g. <sys/tree.h> for splay and RB trees

Kris


More information about the freebsd-questions mailing list