Nerijus Baliunas | 3 May 2008 00:47
Picon

Re: message takes very long time to display

On Fri, 2 May 2008 23:19:28 +0200 Vadim Zeitlin <vadim <at> wxwindows.org> wrote:

VZ>  I don't really understand what exactly is so long but I strongly suspect
VZ> that this is due to using indexes while iterating over the string -- this
VZ> will be slow in UTF-8 build. Could you please test how does it work with wx
VZ> configured with --disable-utf8?

2 seconds now, thanks! Is this M build identical considering working with
charsets, UTF-8, etc?

Regards,
Nerijus

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
Vadim Zeitlin | 3 May 2008 01:12
Favicon

Re: message takes very long time to display

On Sat, 3 May 2008 01:47:37 +0300 Nerijus Baliunas <nerijus <at> users.sourceforge.net> wrote:

NB> On Fri, 2 May 2008 23:19:28 +0200 Vadim Zeitlin <vadim <at> wxwindows.org> wrote:
NB> 
NB> VZ>  I don't really understand what exactly is so long but I strongly suspect
NB> VZ> that this is due to using indexes while iterating over the string -- this
NB> VZ> will be slow in UTF-8 build. Could you please test how does it work with wx
NB> VZ> configured with --disable-utf8?
NB> 
NB> 2 seconds now, thanks! Is this M build identical considering working with
NB> charsets, UTF-8, etc?

 Yes. But this does mean that there is work to do somewhere to make it work
with UTF-8 build reasonably fast...
VZ

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone

Gmane