Skip to content

v0.4.0

Choose a tag to compare

@Clickin Clickin released this 21 Sep 08:13
· 58 commits to master since this release

Performance Improvements:

  • Optimization for V8 hidden class
  • StaxXmlParserSync: unnecessary substring operations removed
  • Caching entity regex for better performance
  • Inline functions to reduce function call overhead

API Changes:

  • Breaking: StaxXmlWriter is now async-based, synchronous version moved to StaxXmlWriterSync

Documentation & Testing:

  • Added documentation using Astro Starlight
  • Added several performance benchmarks

Major performance improvements and breaking changes for better async handling.