|
|
|
|
|
by ticking
3985 days ago
|
|
Have you thought about using the hammond distance, instead of the array? It should give you the same answer in 3 CPU instructions on registers instead of 2 array lookups and arithmetic in ram. XOR, hammond weight/bitcount and and equality check. |
|