Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^4: Efficient bit-twiddling in Perl.

by danaj (Friar)
on Mar 01, 2013 at 07:04 UTC ( [id://1021167]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $start = time;
    my $stream = Data::BitStream::XS->new;
    ...
        );
    }
    printf "Bit::Vector took: %.12f seconds\n", ( time() - $start ) / $ITE
    +RS;
    
  2. or download this
      Shift&and took: 0.000000193217 seconds
        Lookup  took: 0.000000180829 seconds
    ...
       D::B::XS took: 0.000000643722 seconds
    Bit::Vector took: 0.000001739788 seconds
    Bit::Vector took: 0.000000957755 seconds
    

Log In?
Username:
Password:

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

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

    No recent polls found