Skip to content

Instantly share code, notes, and snippets.

@jedisct1
Created March 1, 2013 08:43
Show Gist options
  • Select an option

  • Save jedisct1/5063312 to your computer and use it in GitHub Desktop.

Select an option

Save jedisct1/5063312 to your computer and use it in GitHub Desktop.
Double fail.
const uint32_t seed = 9109910; /* todo: consider using a random seed */
MurmurHash3_xnn_128(name_bundle, name_bundle_len, seed, &hash32[0]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment