Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Speeding up unshift

by japhy (Canon)
on Nov 22, 2000 at 19:12 UTC ( #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? | Other CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (3)
As of 2023-06-07 19:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    How often do you go to conferences?






    Results (29 votes). Check out past polls.

    Notices?