ByteswapHashing

final class ByteswapHashing[T] extends Hashing[T]

A fast multiplicative hash by Phil Bagwell.

Companion:
object
Source:
ByteswapHashing.scala
trait Hashing[T]
class Object
trait Matchable
class Any

Value members

Concrete methods

def hash(v: T): Int