This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: ctype optimization work


Jerry Quinn wrote:

With ctype<wchar_t> you're getting most of the speedup by avoiding the
call to wctob. This seems to be a big win.

Yes, it seems.


By the way, thanks for reminding me that wchar_t, depending on the platform,
can be either signed or unsigned...

Paolo.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]