Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

rjt's scratchpad

by rjt (Curate)
on May 19, 2010 at 18:46 UTC ( [id://840763]=scratchpad: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
                      Rate   str2time split_nocheck BrowserUk2  BrowserUk 
    +  inline_c
    str2time       16534/s         --          -87%       -93%       -93% 
    +      -97%
    split_nocheck 127292/s       670%            --       -44%       -45% 
    +      -74%
    BrowserUk2    227574/s      1276%           79%         --        -2% 
    +      -53%
    BrowserUk     231067/s      1297%           82%         2%         -- 
    +      -52%
    inline_c      485678/s      2837%          282%       113%       110% 
    +        --
    
  2. or download this
    use Benchmark qw/cmpthese/;
    use Date::Parse; # str2time
    use Time::Local qw/timegm_nocheck/;
    ...
    
        inline_c => sub { epoch_sec($date) },
    });
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (3)
As of 2024-03-29 02:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found