Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Rosetta Code: Long List is Long

by Anonymous Monk
on Dec 02, 2022 at 00:22 UTC ( [id://11148487]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    llil start
    get_properties : 15 secs
    ...
    get_properties : 31 secs
    sort + output: 10 secs
    total: 41 secs
    
  2. or download this
    use strict;
    use warnings;
    use feature 'say';
    ...
    my $tend2 = time;
    warn "sort + output: ", $tend2 - $tstart2, " secs\n";
    warn "total: ", $tend2 - $tstart1, " secs\n";
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (2)
As of 2024-04-26 07:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found