Closed joeyhoer closed 10 years ago
I removed the -l (mathlib) option from all occurrences of bc, as it was unused and unnecessary. I also replaced all but one instance of bc with the let equivalent, resulting in a 10-35% improvement in execution time.
-l
mathlib
bc
let
Proposed fix for #16
I removed the
-l
(mathlib
) option from all occurrences ofbc
, as it was unused and unnecessary. I also replaced all but one instance ofbc
with thelet
equivalent, resulting in a 10-35% improvement in execution time.Proposed fix for #16