From koffice Fri Oct 22 09:09:09 2004 From: David Faure Date: Fri, 22 Oct 2004 09:09:09 +0000 To: koffice Subject: Re: [PATCH] kotext optimizations Message-Id: <200410221109.12305.faure () kde ! org> X-MARC-Message: https://marc.info/?l=koffice&m=109843606020848 On Friday 22 October 2004 03:12, Raul Fernandes wrote: > Changed QString to const QString&, it++ to ++it and cached the result in > for( ;it!=QStringList.end();). OK, but not for const QChar& - this is a slowdown, not a speedup. A QChar is just an int. The rest looks ok. -- David Faure, faure@kde.org, sponsored by Trolltech to work on KDE, Konqueror (http://www.konqueror.org), and KOffice (http://www.koffice.org). ____________________________________ koffice mailing list koffice@mail.kde.org To unsubscribe please visit: https://mail.kde.org/mailman/listinfo/koffice