|
From: Julian S. <js...@ac...> - 2007-02-25 12:54:54
|
> > Expandable arrays of arbitrary element type T are a simple, useful > > abstraction implemented independently in several places in the code > > base (bad!). This commit moves into public view a generic > > implementation of it which has been lurking in readxcoff.c for some > > time. Currently nothing uses it. > > Nice! Yes. Pleasing. > Should that be O(log N) binary search cost? Yes. Duh. J |