esteemed perl monks;

i have a number of scripts which rely on a pure perl implementation of PCCTS's old set library. I've found these reasonably useful, and have gone to the length of coding some funky classification algorithms (ART plus) which use them, and which i'm keen to post for others to use.

the problem is - i checked cpan, there are many many set modules. and i don't want to post another for the hell of it. none, apparently, are pure perl - i think. my module also implements some fast integer arithmetic routines (karatsuba mult etc), but given that perl 6 itself will do large int arithmetic, further doubts raise themselves in my mind. and then there are the obvious gripes about the speed of pure perl to think of.

the question really boils down to 3 questionlets:

how cleverly will perl 6 do its large integer arithmetic?

does anyone feel such a module would be useful?

are pure perl modules just masochism in disguise?

any views on the matter would be much appreciated.

gratefully yours,

...wufnik

-- in the world of the mules there are no rules --

In reply to pure perl + large integers + bitsets = dilemma by wufnik

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.