in reply to Is your Perl running as fast as possible?

There are many potential reasons for this, like what else is running on your Suse machine. It sounds like maybe more of a disk I/O issue to me than pure Perl speed.

If you're looking for speed tweaks, compiling without threads seems to be good for about a 15% improvement on Red Hat, and using a more optimizing compiler like the Intel one is also good for 10% or so.

  • Comment on Re: Is your Perl running as fast as possible?