Class FullHash

java.lang.Object
io.nosqlbench.virtdata.library.basics.shared.from_long.to_long.FullHash
All Implemented Interfaces:
LongUnaryOperator

public class FullHash extends Object implements LongUnaryOperator
This uses the Murmur3F (64-bit optimized) version of Murmur3, not as a checksum, but as a simple hash. It doesn't bother pushing the high-64 bits of input, since it only uses the lower 64 bits of output. This version returns the value regardless of this sign bit. It does not return the absolute value, as Hash does.
  • Constructor Details

    • FullHash

      public FullHash()
  • Method Details