fasthash
fasthash copied to clipboard
Go package porting the standard hashing algorithms to a more efficient implementation.
I consistently get a panic in AddString64, but only when the race detector is enabled. ``` fatal error: checkptr: pointer arithmetic result points to invalid allocation goroutine 129 [running]: runtime.throw(0x11204c7,...
Fix checkptr segfault by disallowing advancing pointer beyond the Go allocation. Signed-off-by: Yerden Zhumabekov
`alloations` -> `allocations`