<div dir="ltr">Are you sure the problem is the version of Perl and not something hardware related? You say it runs much faster in older versions of Perl on lesser hardware, what about older versions of Perl on the same hardware?<div>
<br></div><div>Run:</div><div>time head -c 60000000 /dev/urandom > file</div><div><br></div><div>If that's relatively fast then you're issue is likely in Perl. If that's also very slow then you likely have something going on in your storage tier with that particular hardware.</div>
<div><br></div><div>-Steve</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Jul 23, 2013 at 10:39 AM, Fred Morris <span dir="ltr"><<a href="mailto:m3047@m3047.net" target="_blank">m3047@m3047.net</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On Tuesday 23 July 2013 10:32, Andrew Sweger wrote:<br>
> I'm guessing that $big_string is built up by appending/concatenating<br>
> repeatedly.<br>
<br>
</div>How did you guess? ;-)<br>
<br>
Yes, the wonders of the Fibonacci series... We changed that before discovering<br>
that the print statement was where the real problem was. It was actually<br>
stringifying XML::Generator output.<br>
<br>
Hrmmm... come to think of it I wonder if $big_string is *really* a string, or<br>
is really that XML::Generator output object which behaves like a string?<br>
Hrmmm...<br>
<br>
--<br>
<br>
Fred<br>
<div class="HOEnZb"><div class="h5"><br>
_____________________________________________________________<br>
Seattle Perl Users Group Mailing List<br>
     POST TO: <a href="mailto:spug-list@pm.org">spug-list@pm.org</a><br>
SUBSCRIPTION: <a href="http://mail.pm.org/mailman/listinfo/spug-list" target="_blank">http://mail.pm.org/mailman/listinfo/spug-list</a><br>
    MEETINGS: 3rd Tuesdays<br>
    WEB PAGE: <a href="http://seattleperl.org/" target="_blank">http://seattleperl.org/</a><br>
</div></div></blockquote></div><br></div>