Message 70313 - Python tracker
> Would there be any interest in porting these algorithms to C and using > them in the standard Python long implementation? Yes, definitely! Though it depends a little bit how much complication is involved. A subquadratic algorithm for converting strings to longs might also fit well here. Now I'm just waiting for you to propose an implementation of integer square root :-).