On Tue, Sep 16, 2003 at 01:31:32PM +0000, Angus Leeming wrote: > Andre Poenitz wrote: > > With the attached patch I get a new profile: > > I.e. the 8.5% for Paragraph::Pimpl::getChar are gone as well as 1.5% of > > the Paragraph::getChar. > > > > Not bad for 'no change', isn't it? > > Not bad indeed, but I don't think that the change to paragraph_pimpl.h is to > be applauded...
*shrug* The best solution for good performance would be to move the whole TextContainer from the pimpl to Paragraph. Dependency-wise this is neutral as the <vector> header is included anyway. Andre'