Enhancements
- Use the
:erlang.float_to_binary(_, [:short])
function, instead ofio_lib_format.fwrite_g/1
where available (OTP 24.1+). This provides equivalent output with much less memory used
and significantly improved performance.
:erlang.float_to_binary(_, [:short])
function, instead of io_lib_format.fwrite_g/1