• Kevin Modzelewski's avatar
    Save the key hash in dictionaries · 74a42c5e
    Kevin Modzelewski authored
    This lets us avoid checking equality if the hash values didn't match.
    Checking equality can involve calling into user code, so it can be both
    a perf drain and a noticeable behavioral difference.
    74a42c5e
classobj.cpp 55 KB