Tags: yomiji/ristretto
Tags
Fix go-vet warnings for unsafe in bloom (hypermodeinc#36) As per https://golang.org/pkg/unsafe/#Pointer, Conversion from unsafe pointer to uintptr and back to unsafe pointer should not happen in multiple statements. This PR fixes it.