G'day miner7777,

Welcome to the Monastery.

I'd suggest profiling your code on the different machines to try and determine where the bottleneck is on your fourth machine. "perlperf - Perl Performance and Optimization Techniques" has general information about this; it's "PROFILING TOOLS" section has more specific details.

Devel::NYTProf is highly regarded and considered to be one of the best profilers; however, I note in "CPAN Testers Matrix: Devel-NYTProf 6.12 (latest distribution)" a lot of failures when installing on MSWin. That doesn't mean it won't work for you; just be aware that it may not.

Update (fix stupid typo): s/That does mean it won't work for you/That doesn't mean it won't work for you/ Thanks GrandFather for spotting that.

— Ken


In reply to Re: Windows Perl with sqlite3 by kcott
in thread Windows Perl with sqlite3 by miner7777

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.