The performance complaints seem to be mostly about buffer management. Rust hashers may flush their internal buffers whenever they want, as long as it's deterministic:
> Thus to produce the same hash value, Hash implementations must ensure for equivalent items that exactly the same sequence of calls is made – the same methods with the same parameters in the same order.
[+] [-] pkhuong|1 year ago|reply
> Thus to produce the same hash value, Hash implementations must ensure for equivalent items that exactly the same sequence of calls is made – the same methods with the same parameters in the same order.
https://doc.rust-lang.org/std/hash/trait.Hasher.html
[+] [-] purplesyringa|1 year ago|reply