Dan Sugalski <[EMAIL PROTECTED]> wrote:
> On Wed, 8 Oct 2003, Leopold Toetsch wrote:
>> I don't have that here (Athlon). They are equally fast. PerlInts have
>> some overhead due to possible type morphing, though.
> Hrm. This system's showing the PerlInt at about 25% slower for a tight
> division
On Wed, 8 Oct 2003, Leopold Toetsch wrote:
> Dan Sugalski <[EMAIL PROTECTED]> wrote:
>
> > ... (More bizarrely, it's actually *faster* to use Integer PMCs, which
> > do MMD, than it is to use PerlInt PMCs, which don't do MMD. Go figure :)
>
> I don't have that here (Athlon). They are equally fast.
Dan Sugalski <[EMAIL PROTECTED]> wrote:
> ... (More bizarrely, it's actually *faster* to use Integer PMCs, which
> do MMD, than it is to use PerlInt PMCs, which don't do MMD. Go figure :)
I don't have that here (Athlon). They are equally fast. PerlInts have
some overhead due to possible type morp