# Feature or enhancement ### Proposal: * There is a corner case in the C code that not tested in `long_hash`, the final check ``` if (x == (Py_uhash_t)-1) x = (Py_uhash_t)-2; ``` * We can improve performance of `long_hash` by unrolling the first two digits ### Has this already been discussed elsewhere? No response given ### Links to previous discussion of this feature: _No response_ <!-- gh-linked-prs --> ### Linked PRs * gh-136600 * gh-138335 * gh-138390 * gh-138391 <!-- /gh-linked-prs -->
Feature or enhancement
Proposal:
long_hash, the final checklong_hashby unrolling the first two digitsHas this already been discussed elsewhere?
No response given
Links to previous discussion of this feature:
No response
Linked PRs