Thoughts on Rust Hashing(purplesyringa.moe)
purplesyringa.moe
Thoughts on Rust Hashing
https://purplesyringa.moe/blog/thoughts-on-rust-hashing/
1 comments
This permission does not grant the hasher any ability to detect when flushing is most efficient. Nor does constant flushing help with performance.
> 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