Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Re: fast bit twiddling

by exussum0 (Vicar)
on May 02, 2004 at 13:19 UTC ( [id://349808]=note: print w/replies, xml ) Need Help??


in reply to Re: fast bit twiddling
in thread fast bit twiddling

sub { my $x = 1010101011; my $test = sub { return if( ( $_ & $x ) == ( ( $_ & $x) << 1) ) ; }; $test->(2); $test->(5); $test->(8); },
Don't forget me! :)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (5)
As of 2024-04-25 14:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found