New
v1.4.0
Enhancements
- Use the
:erlang.float_to_binary(_, [:short])function, instead ofio_lib_format.fwrite_g/1where available (OTP 24.1+). This provides equivalent output with much less memory used and significantly improved performance.
Unclaimed project
Are you a maintainer of jason? Claim this project to take control of your public changelog and roadmap.
: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.