mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
3b06ad4737
We tried many times to implement the Karatsuba method to improve the performance of multiplication of large multi-precision integers. But it did not speed up in all cases due to the cost of memory allocation. We decided to go back to the basic multiplication method. If anyone wants to take on the challenge of improving the performance of multiplication, we welcome it.