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
The files fnv.h and murmur.h appear to be stubs and don't actually implement any hashing function.
Additionally, murmur.h does not contain a proper include guard.
The jenkins hash is the only valid implementation. I don't know if this is intentional or not, but it seems like it would be a good idea to drop these files if there's no plans of filling them in.
The text was updated successfully, but these errors were encountered:
The files
fnv.h
andmurmur.h
appear to be stubs and don't actually implement any hashing function.Additionally,
murmur.h
does not contain a proper include guard.The jenkins hash is the only valid implementation. I don't know if this is intentional or not, but it seems like it would be a good idea to drop these files if there's no plans of filling them in.
The text was updated successfully, but these errors were encountered: