Closed DaniPopes closed 1 month ago
FxBuildHasher is a ZST, there is no benefit to storing it by reference; even if it was something like a random state it would hold 1 or 2 u64s, which should still be copied rather than passed by reference
FxBuildHasher
FxBuildHasher
is a ZST, there is no benefit to storing it by reference; even if it was something like a random state it would hold 1 or 2 u64s, which should still be copied rather than passed by reference