https://github.com/zeebo/xxh3 // your custom hash function func customStringHasher(s string) uintptr { return uintptr(xxh3.HashString(s)) }