Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Re: Advanced Sorting - GRT - Guttman Rosler Transform

by demerphq (Chancellor)
on Aug 10, 2003 at 13:07 UTC ( [id://282607]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    Benchmark: running bare, grt, st, each for at least 3 CPU seconds...
          bare:  3 wclk secs ( 3.02 usr +  0.00 sys =  3.02 CPU) @  4.63/s
    + (n=14)
    ...
    bare 4.63/s   -- -55% -70%
    st   10.2/s 120%   -- -34%
    grt  15.5/s 235%  52%   --
    
  2. or download this
            Rate   st bare  grt
    st   18009/s   -- -21% -49%
    bare 22661/s  26%   -- -36%
    grt  35616/s  98%  57%   --
    
  3. or download this
    #!/usr/bin/perl
    
    ...
    
    @words=map { ( $_ x 100 ) x 100 } @words;
    cmpthese(-3,$test);
    
  4. or download this
    This is perl, v5.6.1 built for MSWin32-x86-multi-thread
    

Log In?
Username:
Password:

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

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

    No recent polls found