|
|
|
|
|
by jonatron
122 days ago
|
|
You could first calculate the distance of the first n bits (eg: 64, one popcountll) as a first pass, then calculate the full distance for candidates over a threshold from the first pass. It makes it approximate, but depending on the application it can be worth it. |
|
Would this work?