|
|
|
|
|
by orlp
1535 days ago
|
|
You can make this approach very efficient using bitwise operations, and the count trailing zeros instruction common on many CPUs. See my other comment for a reference to the paper describing the technique and a link to a low level implementation by me. |
|