LarryBattle / Ratio.js

Rational numbers for Javascript
http://larrybattle.github.com/Ratio.js/
MIT License
113 stars 9 forks source link

Pass and return objects instead of arrays #46

Closed LarryBattle closed 11 years ago

LarryBattle commented 11 years ago

Could passing objects instead of arrays help reduce the overall execution time of the testcases?

LarryBattle commented 11 years ago

No. It's the algorithm for .simplify(), not the data structure that's causing the slow performance.