Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re^2: Choosing the right sort (Or: WUDsamatter?)

by salva (Canon)
on Apr 19, 2005 at 09:28 UTC ( [id://449158]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Sort::Key;
    sub mykeysort {
        ikeysort { /foo(\d+)\.tla/; $1 } @_
    }
    
  2. or download this
                  Rate       naive schwartzian     guttros   Sort::Key
    naive       17.9/s          --        -73%        -79%        -83%
    ...
    guttros     84.0/s        371%         25%          --        -19%
    Sort::Key    104/s        483%         55%         24%          --
    
  3. or download this
                   Rate       naive schwartzian     guttros   Sort::Key
    naive       0.413/s          --        -77%        -86%        -89%
    schwartzian  1.79/s        334%          --        -38%        -52%
    guttros      2.88/s        597%         61%          --        -23%
    Sort::Key    3.74/s        805%        109%         30%          --
    
  4. or download this
                s/iter       naive schwartzian     guttros   Sort::Key
    naive         30.2          --        -78%        -87%        -90%
    schwartzian   6.53        363%          --        -42%        -56%
    guttros       3.81        693%         72%          --        -24%
    Sort::Key     2.90        942%        125%         31%          --
    
  5. or download this
              s/iter   guttros Sort::Key
    guttros     39.6        --      -25%
    Sort::Key   29.7       33%        --
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (11)
As of 2024-04-19 16:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found