Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Speeding up unshift

by japhy (Canon)
on Nov 22, 2000 at 19:12 UTC ( [id://42938]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        if (num) {
            i = AvFILLp(av);
    ...
            SvPVX(av) = (char*)(AvARRAY(av) + slide);
        }
    }
    
  2. or download this
    slide = (i < num && i > 0) ? i : num;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (7)
As of 2024-04-16 07:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found