InfiniSQL  v0.1.2-alpha
Massive Scale Transaction Processing
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
spooky.cc File Reference

Spooky Hash from Bob Jenkins. This is public domain. More...

#include <memory.h>
#include "spooky.h"
Include dependency graph for spooky.cc:

Go to the source code of this file.

Macros

#define ALLOW_UNALIGNED_READS   1
 

Detailed Description

Spooky Hash from Bob Jenkins. This is public domain.

Author
Bob Jenkins
Date
Tue Dec 17 13:47:55 2013

Definition in file spooky.cc.

Macro Definition Documentation

#define ALLOW_UNALIGNED_READS   1

Definition at line 21 of file spooky.cc.

Referenced by SpookyHash::Hash128(), SpookyHash::Short(), and SpookyHash::Update().