Speed up float printing.
commit1e693ce050749307b7384cf15c68733ba91237e8
authorStas Boukarev <stassats@gmail.com>
Thu, 21 Apr 2016 18:03:37 +0000 (21 21:03 +0300)
committerStas Boukarev <stassats@gmail.com>
Thu, 21 Apr 2016 18:03:37 +0000 (21 21:03 +0300)
tree1e5090838677adeb1495e1cbe202d563054045dd
parentfc99bc3b28e263a2abce9ae03cd2492d91a135ce
Speed up float printing.

In FLONUM-TO-DIGITS, reduce the amount of bignums created by avoiding
repeated computations and rearranging code to avoid creating
intermidiate bignums.
src/code/print.lisp