Block or Report
Block or report tim-one
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
-
msieve Public
Forked from radii/msieve
msieve - Number Field Sieve implementation by Jason Papadopoulos
-
mimalloc Public
Forked from microsoft/mimalloc
mimalloc is a compact general purpose allocator with excellent performance.
40 contributions in the last year
Less
More
Contribution activity
January 2022
Created 4 commits in 1 repository
Created a pull request in python/cpython that received 1 comment
bpo-46020: Optimize long_pow for the common case
This cuts a bit of overhead by not initializing the table of small odd powers unless it's needed for a large exponent. https://bugs.python.org/issu…
+13
−6
•
1
comment
Opened 2 other pull requests in 1 repository
python/cpython
2
merged
Reviewed 7 pull requests in 1 repository
python/cpython
7 pull requests
- bpo-46407: Optimizing some modulo operations
- bpo-46406: Faster single digit int division.
- bpo-29882: Fix portability bug introduced in GH-30774
- bpo-29882: _Py_popcount32() doesn't need 64x64 multiply
- bpo-46257: Convert statistics._ss() to a single pass algorithm
- bpo-46235: Do all ref-counting at once during list/tuple multiplication
- bpo-46218: Change long_pow() to sliding window algorithm