Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re^2: Max of 23 and 27 is 23? (XS--)

by tye (Sage)
on Jul 02, 2015 at 21:18 UTC ( [id://1133019]=note: print w/replies, xml ) Need Help??


in reply to Re: Max of 23 and 27 is 23?
in thread Max of 23 and 27 is 23?

The behaviour you observe is a missing SvGETMAGIC­(sv) to handle such scalars.

Which is pretty much to be expected with the vast majority of XS code. Which is one reason why I almost never use List::Util routines. Must use XS for "speed!". Correctness, well, that doesn't matter quite as much.

- tye        

Replies are listed 'Best First'.
Re^3: Max of 23 and 27 is 23? (XS--)
by Anonymous Monk on Jul 09, 2015 at 21:28 UTC
    > Which is one reason why I almost never use List::Util routines. Must use XS for "speed!". Correctness, well, that doesn't matter quite as much. The authors care about correctness. However, they cannot fix bugs that they are not informed of.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1133019]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (3)
As of 2024-03-29 14:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found