You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am learning the implementation of velox's hash table, but in the code, I find that the comments of mixNormalizedKey() says it is relevant to propagating bits but in the implementation, it just calls folly hasher() method.
Is there any magic thing I have not figured out?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am learning the implementation of velox's hash table, but in the code, I find that the comments of
mixNormalizedKey()
says it is relevant to propagating bits but in the implementation, it just calls folly hasher() method.Is there any magic thing I have not figured out?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions