Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: Default implementation of `FxHasher64` for function like `write64` converts `u64` to bytes, and then extracts `u64` from bytes. This conversion is mostly optimized away, but not perfectly, I think. This change omits this step of converting to bytes. Reviewed By: JakobDegen Differential Revision: D54317681 fbshipit-source-id: 15fcd739075a23de4d922f1c610797ce79fbe5dd
- Loading branch information