Name: Anonymous 2014-07-22 13:29
Can be yours or not, I just want to see something good.
uint64_t memhash(void const* key, size_t n, uint64_t seed);Did you mean void *const key/const void *const key? Or do you need to modify the pointed data of key?