Hi, looks like a pretty small patch, I'm ok with using it, makes sense to me.<br><br><div class="gmail_quote">On Sun, Nov 2, 2008 at 2:59 AM, Andreas Pakulat <span dir="ltr"><<a href="mailto:apaku@gmx.de">apaku@gmx.de</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi,<br>
<br>
so I thought it might be interesting to try this out. Turned out to be a<br>
bit more complex than I initially thought and unfortunately it also<br>
introduces one regression with the kde4addunittest test. (I'm seeing an<br>
error message from RegularExpression about nested "*?+", so that might be a<br>
hint). </blockquote><div>We might have to tweak the library usage maybe, but i think that we are on the right path here.<br> <br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
Having done a quick time kdevelop like test the startup speed of kdevelop<br>
including loading of kdevplatform was reduced frmo 15 to 11 seconds on my<br>
old machine.<br>
</blockquote><div>Great!<br> <br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
The patch is attached for anyone to look at, whats a bit scary is the<br>
conversion between QString and char* for the RegularExpression class. I'm<br>
actually thinking about seeing wether converting to QChar helps with that<br>
or wether using that class drains performance again.<br>
</blockquote><div>.toAscii() works for me, why passing through QChar?<br> <br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
Andreas<br>
<font color="#888888"><br>
--<br>
You have the power to influence all with whom you come in contact.<br>
</font><br>_______________________________________________<br>
KDevelop-devel mailing list<br>
<a href="mailto:KDevelop-devel@kdevelop.org">KDevelop-devel@kdevelop.org</a><br>
<a href="https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-devel" target="_blank">https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-devel</a><br>
<br></blockquote></div><br>