in reply to Re: Efficient bit counting with a twist.
in thread Efficient bit counting with a twist.
Why pack 'V'?
substr( $v, $p / 8, 1 ) is a byte, why mask with 4 bytes?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Efficient bit counting with a twist.
by quester (Vicar) on Jan 27, 2013 at 09:02 UTC |