Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re^2: Why is wxPerl slower than Win32GUI?

by ZJ.Mike.2009 (Scribe)
on Jun 02, 2011 at 01:07 UTC ( [id://907727]=note: print w/replies, xml ) Need Help??


in reply to Re: Why is wxPerl slower than Win32GUI?
in thread Why is wxPerl slower than Win32GUI?

@Anonymous Monk, thanks for the testing. The result is very interesting but I'm wondering if wxPerl would be still the fastest when you also get the Chinese characters displayed properly.

And yes, my wxPerl fully supports unicode. Is there a wxPerl version that does not support Unicode? The thing is this: Win32::GUI does not support Unicode (even though my system fully supports Chinese and Unicode, Chinese characters encoded in utf8 get garbled in my Win32::GUI app). Tk partially supports Unicode. It does not support Unicode characters outside the basic multilingual plane (if my Tk app contains unicode characters outside the BMP, Tk crashes with a codepoint too high warning). Fortunately, wxPerl is the one that fully supports Unicode.
  • Comment on Re^2: Why is wxPerl slower than Win32GUI?

Replies are listed 'Best First'.
Re^3: Why is wxPerl slower than Win32GUI?
by Anonymous Monk on Jun 02, 2011 at 01:37 UTC
    The result is very interesting but I'm wondering if wxPerl would be still the fastest when you also get the Chinese characters displayed properly.

    The speed difference is well within the margin for noise. The only reason I mentioned it, is because it has been consistent in my tests. I doubt having a chinese font would make a difference (not going to test).

    And yes, my wxPerl fully supports unicode. Is there a wxPerl version that does not support Unicode?

    wxWidgets unicode support is optional (wxUNICODE)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://907727]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (5)
As of 2024-04-23 15:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found