Skip to content

Reduce consing in bignum multiplier

Raymond Toy requested to merge rtoy-bignum-mult-less-consing into master

Reduce consing in the bignum multiplier by pretending the numbers are unsigned and then applying a correction. Tbis is the algorithm given in Hacker's Delight.

Merge request reports