Re: [Libbt-devel] RFC: lists
Brought to you by:
ksmathers
From: Peter S. <stu...@cd...> - 2005-02-11 14:42:09
|
On Fri, Feb 11, 2005 at 09:30:28AM +0100, Alien wrote: > dynamic arrays with growing and shrinking. --> > http://dynarr.sourceforge.net/ Besides being version 0.0.x with comments like "for now" in the documentation (sorry if I understood that wrong, only skimmed it) it looks useful, but in our case I think that malloc(), realloc() and free() of pointers and structs is simple enough not to warrant the extra dependency, similar to the select()/libevent case.. Don't get me wrong, I don't want to shoot anyone down, but zero depenencies is really nice. On the other hand, if there's one dependency, two isn't all that much worse. //Peter |