Skip to content

0.27.1

Choose a tag to compare

@oschwald oschwald released this 18 Dec 19:09
· 21 commits to greg/release since this release
Immutable release. Only release title and notes can be modified.
c04068a
  • Performance improvement: Skipped UTF-8 validation for map keys during
    deserialization. This significantly speeds up full record decoding by
    treating keys as raw bytes when matching against struct fields.
  • Performance improvement: Optimized tree traversal by reducing bounds checks
    during node reading.