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: [Patch] Tiny improvement for libstdc++/11602


On Tue, Nov 18, 2003 at 10:26:06PM +0100, Paolo Carlini wrote:
> in order to really fix this performance problem drastic changes are
> needed, most probably avoiding completely wcrtomb & co.

Ultimately the right fix will probably be to read the locale files
directly, rather than calling into libc, or at least to use lower-level
calls exposed by libc.

Nathan Myers
ncm-nospam@cantrip.org


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