Skip to content

Releases: kaatinga/strconv

Improved performance

Choose a tag to compare

@kaatinga kaatinga released this 29 May 10:47

Full Changelog: v1.3.0...v1.4.0

Faster conversion helpers

Choose a tag to compare

@kaatinga kaatinga released this 30 Apr 22:15
  • some helpers are faster now
  • repository is cleaned up
  • fixed incorrect helper descriptions

Added GetCustomByte() function to return a custom byte type

Choose a tag to compare

@kaatinga kaatinga released this 03 Jun 10:08
v1.2.2

added GetCustomByte()

Just updated linter and package clean-up

Choose a tag to compare

@kaatinga kaatinga released this 08 Sep 19:38

Full Changelog: v1.2.0...v1.2.1

Uint64 to string converter is implemented

Choose a tag to compare

@kaatinga kaatinga released this 29 May 20:53
  • added uint64 to string converters
  • faster tests
  • added generic helper to convert uint, uint32 and uint64 to string

Uint32 to string converter is implemented

Choose a tag to compare

@kaatinga kaatinga released this 29 May 13:01
  • implemented uint32 to string converter that is ~ 75% faster than strconv.Itoa
  • updated README.md
  • added benchmarks for 2string converters

Package is renamed to faststrconv

Choose a tag to compare

@kaatinga kaatinga released this 26 May 19:59
  • Package is renamed to faststrconv
  • Some code clean-up

Faster implementation

Choose a tag to compare

@kaatinga kaatinga released this 20 May 12:35

To Uint converters are faster now.

Faster implementation, code clean-up

Choose a tag to compare

@kaatinga kaatinga released this 19 May 07:59
  • Faster implementation for DeleteLeadingZeros()
  • Code clean-up
  • Wider code test coverage

The initial version

Choose a tag to compare

@kaatinga kaatinga released this 18 May 21:28
  • moved and updated some converters from assets package.
  • rearranged tests