Documentation ¶
Overview ¶
Copyright github.com/DataDog/mmh3
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Hash128x64 ¶
Hash128x64 is a version of MurmurHash which is designed to run only on little-endian processors. It is considerably faster for those processors than Hash128.
Types ¶
type HashWriter128 ¶
type HashWriter128 struct {
// contains filtered or unexported fields
}
func (*HashWriter128) BlockSize ¶
func (hw *HashWriter128) BlockSize() int
func (*HashWriter128) Reset ¶
func (hw *HashWriter128) Reset()
func (*HashWriter128) Size ¶
func (hw *HashWriter128) Size() int
func (*HashWriter128) Sum ¶
func (hw *HashWriter128) Sum(b []byte) []byte
func (*HashWriter128) WriteString ¶
func (hw *HashWriter128) WriteString(s string) (int, error)
Click to show internal directories.
Click to hide internal directories.