diff options
author | Tim Peters <tim.peters@gmail.com> | 2022-01-03 20:41:16 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-03 20:41:16 -0600 |
commit | 3aa5242b54b0627293d95cfb4a26b2f917f667be (patch) | |
tree | 8eabfea439813b7a1abe90fe7dfa1b81eaf02910 /Lib/asyncio/windows_events.py | |
parent | f1a58441eea6b7788c64d03a80ea35996301e550 (diff) | |
download | cpython-3aa5242b54b0627293d95cfb4a26b2f917f667be.tar.gz cpython-3aa5242b54b0627293d95cfb4a26b2f917f667be.zip |
bpo-46233: Minor speedup for bigint squaring (GH-30345)
x_mul()'s squaring code can do some redundant and/or useless
work at the end of each digit pass. A more careful analysis
of worst-case carries at various digit positions allows
making that code leaner.
Diffstat (limited to 'Lib/asyncio/windows_events.py')
0 files changed, 0 insertions, 0 deletions