Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Efficient bit-twiddling in Perl.

by salva (Canon)
on Feb 28, 2013 at 15:17 UTC ( [id://1021066]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my @table;
    $table[$_] = [..., ..., ...] for 0..0x0003ffff;
    ...
      my ($nxt, $mid, $bot) = @{$table[$n & 0x0003ffff]};
      ...
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found