Hi Mario,
You can either file a ticket and upload a patch at bugs.pypy.org, or send a
pull request on bitbucket.
Alex
On Thu, Dec 12, 2013 at 1:40 PM, Mario Pernici wrote:
>
> Hello,
> I would like to submit a patch to rbigint.py (50 lines of code in
> _x_mul_),
> speeding up multiplication
Hello,
I would like to submit a patch to rbigint.py (50 lines of code in
_x_mul_),
speeding up multiplication; on my computer (x86_64)
it seems to be at least as fast as CPython for numbers with few words,
about 2x faster for numbers with more than 20 words.
Where should I post it?
Mario