HackerTrans
トップ新着トレンドコメント過去質問紹介求人

gonemachine

no profile record

コメント

gonemachine
·2 年前·議論
I used ```hamming_bitwise(x::Union{UInt, UInt128, BigInt}, y::Union{UInt, UInt128, BigInt}) = count_ones(x ⊻ y)``` to get a fast hamming distance with "binary vectors" encoded as ints.