On Sunday, 2 September 2012 12:53:35 UTC+5:30, Serhiy Storchaka wrote: > On 02.09.12 06:15, Ramchandra Apte wrote: > > > It converts to *pure* C/C++ *without* using Python or its API so that it > > can be the same speed as C/C++ > > > > How is it implemented long integers?
py2c has been just started (long integer multiplacation might use the Python internal multiplication code) (it uses the karatsuba algorithm) -- http://mail.python.org/mailman/listinfo/python-list