Skip to content

Version 1.0.4 Release

Choose a tag to compare

@Alexhuszagh Alexhuszagh released this 08 Dec 00:07
· 73 commits to main since this release
b6d0eb4

Changed

  • Improved performance of integer and float formatting using the jeaiii algorithm with additional optimizations to minimize branching (#163). This also improves memory safety guarantees, since no unsafe indexing is used when formatting integers.
  • Updated our build timings, binary sizes, and benchmarks.