Commit Graph

6 Commits

Author SHA1 Message Date
hjk
a31ce64b9c qstringbuilder: also accept QStringRef 2009-05-25 17:20:15 +02:00
hjk
eb47988f3f qstringbuilder: handle QLatin1Strings directly.
This also extends and re-organizes the benchmark a bit
2009-05-25 12:20:47 +02:00
hjk
15366dbc6f work on stringbuilder benchmark 2009-05-20 11:49:10 +02:00
hjk
2ec3334959 qstringbuilder: make it work for the char % string case 2009-05-20 10:37:41 +02:00
hjk
7c8735b771 Make QStringBuilder work with plain 'char' "chunks". 2009-04-30 10:29:48 +02:00
hjk
feb34c0e6f Introduce a new QStringBuilder helper class to speed up building strings
from smaller chunks using expression templates.

Simple test and benchmark included, the class is not yet complete.
2009-04-30 10:01:54 +02:00