Viewing profile — gonemachine
gonemachine
HN member- Joined
- Sat, May 18, 2024, 12:47 PM UTC
- HN karma
- 1
- Public activity
- 1 items
- HN profile
- View on Hacker News ↗
About gonemachine
No profile information was provided.
Recent public activity
-
comment
Comment #40398570
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 i…