Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor SipHash_32b benchmark to improve accuracy and avoid optimiza…
…tion issues - Modify `SipHash_32b` benchmark to use `FastRandomContext` for generating initial values. - Cycle through and modify each byte of the `uint256` value to ensure no part of it can be optimized away. The lack of "recursion" (where the method call overwrites the used inputs partially) and the systematic modification of each input byte makes the benchmark usage more reliable and thorough.
- Loading branch information