Skip to content

Releases: teramako/HexDump

v2.0.1

21 Jun 04:39
917446b

Choose a tag to compare

What's Changed

  • Fix incorrect handling of fallback bytes at buffer boundaries by @teramako in #7

Full Changelog: v2.0.0...v2.0.1

v2.0.0

20 Jun 16:03
f47abf4

Choose a tag to compare

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

v1.0.0

07 Jun 10:56
629b180

Choose a tag to compare

What's Changed

Full Changelog: v0.5.1...v1.0.0

v0.5.1

01 Oct 10:58
76355e9

Choose a tag to compare

Full Changelog: v0.5.0...v0.5.1

v0.5.0

27 Sep 10:06
3486ef6

Choose a tag to compare

Initial release