Hello monks! I have been a perl developer for some time. Needless to say I use it every chance I get. What I am tasked with now is doing some hard core computational finance related tasks. I don't know how much many of you know about computing stock related data but the types of stats I need to come up with are numerous and these would have to be computed every day for numerous stocks and sometimes on the fly. It's massive number crunching. (It will need to be done everyday for charts, etc)

I am all about the best tool for the job but I'm not sure that Perl represents my fastest choice with this kind of need. It may be the ONLY time in my life I have said that about, what I feel, is the best language ever.

Does anyone know if Perl would indeed be worth using for this gargantuan number crunching task? I absolutely refuse to remove Perl from the equation. The site I am working on needs things like authentication and I have my mind made up about using Catalyst. I would think the only other way to handle it would be to still use Perl but to hand off the extremely heavy lifting to some C++.

Any words of advice or input is appreciated.There is no other group's opinion I respect more than you monks.

In reply to Server side computational suggestion by sherab

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.