Skip to content

v1.1.0 - More cleanups and performance improvements

Latest
Compare
Choose a tag to compare
@Jacalz Jacalz released this 30 Oct 08:59
4662f12

A small release with some cleanups, performance improvements and a small crash fix.

Changelog

  • Fixed potential crash in WriteColorFile if there is an error.
  • Replaced bytes.Buffer with strings.Builder for slightly faster string concatenation.
  • Use string instead of []byte for encoding internally. Avoids allocating copies.
  • More minor code cleanups