Re: [Libbt-devel] RFC: lists
Brought to you by:
ksmathers
From: Alien <ali...@us...> - 2005-02-11 15:33:24
|
Op vrijdag 11 februari 2005 15:41, schreef Peter Stuge: > 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.. well, the documentation might be a little out of date, the last versions ha= ve=20 been very well tested (the dynarr and the buffers). but even so, a few extr= a=20 additions have been put into CVS and I was planning to add some functions t= o=20 make it easier to do operations on dynarrs (eg: seeking). the thing is, i'm= =20 relunctant to give it 1.0.0 status, what if something didn't work? > 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. lol |