This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
[Patch] Fix libstdc++/13341 (speed-up <wchar_t>::do_narrow/widen)
- From: Jerry Quinn <jlquinn at optonline dot net>
- To: Paolo Carlini <pcarlini at suse dot de>
- Cc: libstdc++ <libstdc++ at gcc dot gnu dot org>
- Date: Thu, 11 Dec 2003 23:47:06 -0500
- Subject: [Patch] Fix libstdc++/13341 (speed-up <wchar_t>::do_narrow/widen)
- References: <3FD89A30.50103@suse.de>
Paolo Carlini writes:
> --- libstdc++-v3/testsuite/performance/narrow_widen_wchar_t.cc Thu Dec 11 16:27:12 2003
Can you add performance tests for the array versions as well? The
performance characteristics are not necessarily identical.
Jerry Quinn