That last question I can answer: https://golang.org/pkg/hash/#Hash
Implementing that interface requires this method.

On Sun, Feb 9, 2020 at 7:52 PM Juliusz Chroboczek <j...@irif.fr> wrote:

> It would be helpful if the introduction to the maphash package immediately
> stated that it produces 64-bit values, and perhaps restate the fact that
> the value can be safely reduced using bit masking (already there at the
> Sum64 method).
>
> I'm not sure what is the purpose of the BlockSize method -- why is the
> block size relevant to the package user?  At the very least, the doc
> should mention that Size is the value that the user wants.
>
> -- Juliusz
>
> --
> You received this message because you are subscribed to the Google Groups
> "golang-nuts" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to golang-nuts+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/golang-nuts/87mu9rzj98.wl-jch%40irif.fr.
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/CAEkBMfE596xKrjazUFJTzxCp4%2B-rxUowp9qVRUEyKpMPvKd%2BgA%40mail.gmail.com.

Reply via email to