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 imbibing at the Monastery: (None)
    As of 2024-10-15 18:04 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.