Add Bob Jenkins's SpookyHash to folly.
Summary: http://burtleburtle.net/bob/hash/spooky.html The code is in the public domain, so republishing it as such is fine. The code needed modifications (the test was designed to run on Windows only; removed unhygienic typedefs; moved to folly::hash namespace) Also updated Makefile.am files. Test Plan: test added Reviewed By: soren@fb.com FB internal diff: D549572
Showing
folly/SpookyHash.cpp
0 → 100644
folly/SpookyHash.h
0 → 100644
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment