Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: Re: Re: Changing Perl's sort Default

by chromatic (Archbishop)
on Oct 23, 2002 at 05:01 UTC ( [id://207298]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: Changing Perl's sort Default
in thread Changing Perl's sort Default

It's not straight C code because it's Perl. Perl's default sort algorithm(s) are implemented in C, not Perl. Anytime you reimplement a built-in function in Perl, it'll be slower than if you used the default. It doesn't matter if you use mod_perl, as the big gain there is avoiding startup time.

Regexp optimization is another subject altogether!

  • Comment on Re: Re: Re: Changing Perl's sort Default

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (4)
As of 2024-04-19 17:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found