about reset
let mut hash = XxHash64::with_seed(0);
hash.write(...);
// reset here
let mut hash = XxHash64::with_seed(0);
Originally posted by @shepmaster in #72 (comment)
How much better is it to recreate an object than to reset the internal value of a hash?
about reset
Originally posted by @shepmaster in #72 (comment)
How much better is it to recreate an object than to reset the internal value of a hash?