I need to Hash a NSString using murmurhash i am forced to do that because the other team is doing so, I need to use the 64-bit key length on x86 platform, have anyone implemented or used murmurhash in objective-C?
Murmurhash 64 is a .cpp file and i can’t get it compiled in iOS SDK 4.3, also tried to rename it to .mm but the result still the same.
Any help or Guide would be greatly appreciated.
I will post the Compilation Error Messages if someone is interested.
For all those who will come to look for the correct answer, here is the deal:
MurmurHash64.h class
careful I have changed the typedef
MurmurHash64.m class