On Mon, 20 Jun 2005, Gabor Hojtsy wrote: > >>Some functions might have exponential > >>performance differences when changing parameters, some might have > >>linear. > > > > That might actually be useful to put in the documentation, for example > > with the big-O notation. > > You mean we should document the complexity with big-O notation for every > function, or just some general heads up that different functions have > different complexities, also dependant on value of parameters?
The first one... obviously that only makes much sense for ext/standard functions. Derick -- Derick Rethans http://derickrethans.nl | http://ez.no | http://xdebug.org
