bindash
bindash copied to clipboard
SIMD popcount
Just to take a note here that we can have faster popcount than the scalar popcount from GCC compiler: http://0x80.pl/notesen/2019-01-29-simd-count-byte.html#gcc-vectorization
We may need to do it to have SIMD version, a much faster bindash dist.
Jianshu