I am trying to do some work on some math conjecture. I am testing the conjecture numbers using very large math numbers (1000+ digits ). I am currently using python to test these numbers.
In the conjecture's calculation, I quickly need to multiply and divide a large number several times. Python can do this quickly(~3000 calculations per minute). Is there any other faster software to achieve this.