Open
Description
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