Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: Challenge: CPU-optimized byte-wise or-equals (for a meter of beer)

by bart (Canon)
on Sep 12, 2007 at 20:31 UTC ( [id://638675]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub using_vec {
       my ($s1, $s2) = @_;
    ...
      using_str_bit_ops_and_s => sub{ my $r = using_str_bit_ops_and_s($x, 
    +$y) },
      using_vec=> sub{ my $r = using_vec($x, $y) },
    };
    
  2. or download this
                              Rate               using_vec using_str_bit_o
    +ps_and_s
    using_vec               51.8/s                      --                
    +    -92%
    using_str_bit_ops_and_s  672/s                   1196%                
    +      --
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (3)
As of 2024-04-19 19:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found