diff options
author | Inada Naoki <songofacandy@gmail.com> | 2022-02-19 04:15:20 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-19 04:15:20 (GMT) |
commit | 5543d9c5590c47b7734569d95c3a478f092b525d (patch) | |
tree | 221d958f5f5282dfb75fec53162f14e54a8f03cf /Lib/asyncio/taskgroups.py | |
parent | 99331fcf175b03b6b82451ac9aa953b476ab48e0 (diff) | |
download | cpython-5543d9c5590c47b7734569d95c3a478f092b525d.zip cpython-5543d9c5590c47b7734569d95c3a478f092b525d.tar.gz cpython-5543d9c5590c47b7734569d95c3a478f092b525d.tar.bz2 |
dict: Use DK_LOG_SIZE in hot loop. (GH-31405)
DK_LOG_SIZE(key) < 8 is faster than DK_SIZE(key) <= 0xff, at least on GCC.
Diffstat (limited to 'Lib/asyncio/taskgroups.py')
0 files changed, 0 insertions, 0 deletions