<div dir="ltr">On Thu, Apr 11, 2013 at 3:37 PM, Lonni J Friedman <span dir="ltr">&lt;<a href="mailto:netllama@gmail.com" target="_blank">netllama@gmail.com</a>&gt;</span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I figured this out.  It was definitely the hash table lookups that<br>
were the problem.  Or more accurately, the fact that I was passing the<br>
entire hash table into the subroutine thousands of times, which meant<br>
it was being copied thousands of times.  I switched to using a<br>
hashref, and that cut the processing time from hours to a few minutes.<br>
<div class="HOEnZb"><div class="h5"><br></div></div></blockquote><div><br></div><div style>Yeah! </div></div></div></div>