Abdelrazak Younes <[EMAIL PROTECTED]> writes:

| Abdelrazak Younes wrote:
| > Hello,
| > This patch brings a 20% improvement when loading a big document (my
| > test document is the UserGuide copied&Pasted 3 times). This is done
| > by avoiding multiple string/vector/docstring copying.
| > I can think of many other optimisation but I would like this one to
| > go in first. IMHO, most of unicode can go and only one
| > iconv_convert() should stay.
| > Objections?

yes.
 
| Committed,

I don't like the use of std::string for stuff that is not really a
string. The wrong thing is communicated.


-- 
        Lgb

Reply via email to