fasthash icon indicating copy to clipboard operation
fasthash copied to clipboard

Go package porting the standard hashing algorithms to a more efficient implementation.

Results 4 fasthash issues
Sort by recently updated
recently updated
newest added

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`