0 10 1.0 2.0 ms
◢ System Environment

BigRational Version: 1.0.0.4 ImageRuntime: v4.0.30319 .NETCoreApp,Version=v6.0

Processor: Intel(R) Core(TM) i5-10210U CPU @ 1.60GHz (2112 MHz) × 8


Simple integer multiplication in comparison to BigInteger

0 10407 10815 101223 101631 102039 102447 102855 103263 103671 104079 0,02 0,04 0,06 0,08 ms

BigRational (blue); BigInteger (red); Average Ratio: 87 % (min 0,062299997 ms; max 0,075899996 ms)


Simple integer integer division in comparison to BigInteger

0 101631 103263 104895 106527 108159 109791 1011423 1013055 1014687 1016319 0,01 0,02 0,03 0,04 0,05 ms

BigRational (blue); BigInteger (red); Average Ratio: 84 % (min 0,0409 ms; max 0,0484 ms)


GCD function (GreatestCommonDevisor) in comparison to BigInteger

0 10203 10407 10611 10815 101019 101223 101427 101631 101835 102039 0,05 0,1 0,15 0,2 ms

BigRational (blue); BigInteger (red); Average Ratio: 81 % (min 0,0875 ms; max 0,1086 ms)


And so on...
Under construction