Skip to content

Minimal-LexicalVersion 0.1.3 Release

Choose a tag to compare

@Alexhuszagh Alexhuszagh released this 04 Sep 19:36
· 17 commits to main since this release

Added

  • Added the compact feature, which sacrifices performance for smaller binary sizes.
  • Added the nightly feature, which adds inline ASM to use FPU instructions for to ensure proper rounding on x86 targets using the x87 FPU without SSE2.

Changed

  • Removed stackvec dependent, even on no_alloc.
  • Improved the algorithms for parsing.
  • Simplified big-integer arithmetic, and the slow path algorithms.
  • Reduced the binary sizes.
  • Added optimizations for small floats.