Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dmu_objset: replace dnode_hash impl with cityhash4
As mentioned in PR openzfs#16131, replacing CRC-based hash with cityhash4 could slightly improve the performance by eliminating memory access. Replacing algorightm is safe since the hash result is not persisted. Reviewed by: Brian Behlendorf <[email protected]> Reviewed-by: Alexander Motin <[email protected]> Reviewed-by: Tino Reichardt <[email protected]> Signed-off-by: Shengqi Chen <[email protected]> Closes openzfs#16131 Closes openzfs#16483
- Loading branch information