comparison MurmurHash2.c @ 32:bd376656f8ab

assuming you were not having fun thinking up silly ways to write 0
author Nina Engelhardt <nengel@mailbox.tu-berlin.de>
date Wed, 24 Apr 2013 16:35:19 +0200
parents 1218b245530c
children
comparison
equal deleted inserted replaced
0:2ee468aa6b10 1:63e068904680
1
2 /*This file is sample code pulled off the web -- NOT part of the compiled code
3 * make sure it doesn't get included in makefile 'cause it doesn't compile
4 */
5
1 //----------------------------------------------------------------------------- 6 //-----------------------------------------------------------------------------
2 // MurmurHash2, by Austin Appleby 7 // MurmurHash2, by Austin Appleby
3 8
4 // Note - This code makes a few assumptions about how your machine behaves - 9 // Note - This code makes a few assumptions about how your machine behaves -
5 10