Skip to content

v1.4.0

Latest
Compare
Choose a tag to compare
@michalmuskala michalmuskala released this 13 Sep 07:49
· 23 commits to master since this release

Enhancements

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