Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
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 rifling through the Monastery: (4)
As of 2024-09-07 14:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?
    erzuuli‥ 🛈The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.