[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Another attempt at SpeedingUpStrings
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Mon, 17 Dec 2007 18:36:55 -0200
> using pushstring() feels unoptimal.
That's the problem: it *feels* unoptimal but in reality, as Rici reported,
it does not make any actual difference, not enough to warrant a complicated,
error-prone, ugly API...
Yet another lesson at the wrong perceptions that we programmers have about
performance...