On 08/19/10 08:51 PM, Joerg Schilling wrote:
Ian Collins<i...@ianshome.com> wrote:
A quick test with a C++ application I'm working with which does a lot of
string and container manipulation shows it
runs about 10% slower in 64 bit mode on AMD64 and about the same in 32
or 64 bit on a core i7. Built with -fast.
This may be a result of the way the libC you are using was compiled.
Try to compare performance tests that only depend on code you did write by your
own.
Most of the C++ standard library (at least the containers part I'm
using) is header only code, so it is mainly code I compile my self.
Not using libC is somewhat impractical in real world applications!
--
Ian.
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss