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
Would you be interested in merging changes that permitted hashing of arbitrary Hashable types from my hashabler package? The resulting hash functions would look more or less the same. This would allow hashing of many more instances, and take care of cross-platform consistency for you, etc.
I'm not sure when I'd be able to get to this, but I wanted to float the idea first. Let me know if you're interested and would like more details about what that might look like.
The text was updated successfully, but these errors were encountered:
I'm not sure how important Murmur2 is these days. I'd prefer if it could be backwards-compatible (e.g., by putting the new functions in a different module.) From a quick scan, it looks like there's just a few new top-level functions required?
Would you be interested in merging changes that permitted hashing of arbitrary
Hashable
types from myhashabler
package? The resulting hash functions would look more or less the same. This would allow hashing of many more instances, and take care of cross-platform consistency for you, etc.I'm not sure when I'd be able to get to this, but I wanted to float the idea first. Let me know if you're interested and would like more details about what that might look like.
The text was updated successfully, but these errors were encountered: