Documentation
¶
Index ¶
Constants ¶
View Source
const (
// Init32 is what 32 bits hash values should be initialized with.
Init32 = offset32
)
View Source
const PtrSize = 4 << (^uintptr(0) >> 63)
PtrSize is the size of a pointer in bytes - unsafe.Sizeof(uintptr(0)) but as an ideal constant. It is also the size of the machine's native word size (4 on 32-bit systems, 8 on 64-bit).
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.