Currently, CRT is computed by heavy use of Lisp's bignums. Garner's algorithm was implemented with the garner function. Should we be using that instead of the current CRT method? How do we take multiradix numbers and reconstruct them without consing bignums?
Currently, CRT is computed by heavy use of Lisp's bignums. Garner's algorithm was implemented with the
garner
function. Should we be using that instead of the current CRT method? How do we take multiradix numbers and reconstruct them without consing bignums?