Open
Description
#47546 made BigFloat(::Float64)
about 2x faster, but basically the same optimization could be done for the common Integer types (Base.BitInteger64
), Base.IEEEFloat
and Rational
(where the denominator is a power of 2).
#47546 made BigFloat(::Float64)
about 2x faster, but basically the same optimization could be done for the common Integer types (Base.BitInteger64
), Base.IEEEFloat
and Rational
(where the denominator is a power of 2).