Package io.airlift.slice
Class SpookyHashV2
- java.lang.Object
-
- io.airlift.slice.SpookyHashV2
-
public class SpookyHashV2 extends Object
Reference implementation: http://burtleburtle.net/bob/hash/spooky.html
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static inthash32(Slice data, int offset, int length, long seed)static longhash64(Slice data, int offset, int length, long seed)
-