Skip to content

v2.0.0

Choose a tag to compare

@teramako teramako released this 20 Jun 16:03
· 4 commits to main since this release
f47abf4

Improved performance.
In particular, performance has improved for Latin-1, ASCII, and UTF-8 encodings.

What's Changed

  • Refactor HexDump pipeline for unified streaming architecture by @teramako in #2
  • Implement ByteRingBuffer for TopByteFallbackBuffer by @teramako in #3
  • 🚀 Introduce EmitBatch to reduce delegate calls by @teramako in #4
  • 🚀 Implement StringBuilderPool by @teramako in #5
  • Optimize for specific encodings by @teramako in #6

Full Changelog: v1.0.0...v2.0.0