diff options
author | Victor Stinner <vstinner@python.org> | 2020-05-13 03:36:23 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-13 03:36:23 (GMT) |
commit | 42bae3a3d9d79f28e6b3b619bd27296d125c4c2c (patch) | |
tree | 7eddc3adb81ca5d6caaebcee7718108c564445f5 /Python/dtoa.c | |
parent | 5b0a30354d8a8bb39a05ce10ca4f5c78b729f25b (diff) | |
download | cpython-42bae3a3d9d79f28e6b3b619bd27296d125c4c2c.zip cpython-42bae3a3d9d79f28e6b3b619bd27296d125c4c2c.tar.gz cpython-42bae3a3d9d79f28e6b3b619bd27296d125c4c2c.tar.bz2 |
bpo-40602: Optimize _Py_hashtable_get_ptr() (GH-20066)
_Py_hashtable_get_entry_ptr() avoids comparing the entry hash:
compare directly keys.
Move _Py_hashtable_get_entry_ptr() just after
_Py_hashtable_get_entry_generic().
Diffstat (limited to 'Python/dtoa.c')
0 files changed, 0 insertions, 0 deletions