Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
uses ahash::RandomState::hash_one in deduper::Deduper
ahash::RandomState has specializations for hashing single value, which can be faster for primitive types: https://github.com/tkaitchuck/aHash/blob/7d5c661a7/src/random_state.rs#L317 https://github.com/tkaitchuck/aHash/blob/7d5c661a7/src/specialize.rs#L17-L19
- Loading branch information