-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Labels
Description
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?
Reactions are currently unavailable