gh-90716: add _pylong.py module (#96673)
Add Python implementations of certain longobject.c functions. These use asymptotically faster algorithms that can be used for operations on integers with many digits. In those cases, the performance overhead of the Python implementation is not significant since the asymptotic behavior is what dominates runtime. Functions provided by this module should be considered private and not part of any public API. Co-author: Tim Peters <tim.peters@gmail.com> Co-author: Mark Dickinson <dickinsm@gmail.com> Co-author: Bjorn Martinsson
N
Neil Schemenauer committed
de6981680bcf6496e5996a853b2eaa700ed59b2c
Parent: 5d30544
Committed by GitHub <noreply@github.com>
on 10/26/2022, 5:00:50 AM