Skip to content

Releases: kaatinga/strconv

Added GetCustomByte() function to return a custom byte type

03 Jun 10:08
Compare
Choose a tag to compare

Just updated linter and package clean-up

08 Sep 19:38
Compare
Choose a tag to compare

Uint64 to string converter is implemented

29 May 20:53
Compare
Choose a tag to compare
  • added uint64 to string converters
  • faster tests
  • added generic helper to convert uint, uint32 and uint64 to string

Uint32 to string converter is implemented

29 May 13:01
Compare
Choose a tag to compare
  • implementer uint32 to string converter that is ~ 75% faster than strconv.Itoa
  • updated README.md
  • added benchmarks for 2string converters

Package is renamed to faststrconv

26 May 19:59
Compare
Choose a tag to compare
  • Package is renamed to faststrconv
  • Some code clean-up

Faster implementation

20 May 12:35
Compare
Choose a tag to compare

To Uint converters are faster now.

Faster implementation, code clean-up

19 May 07:59
Compare
Choose a tag to compare
  • Faster implementation for DeleteLeadingZeros()
  • Code clean-up
  • Wider code test coverage

The initial version

18 May 21:28
Compare
Choose a tag to compare
  • moved and updated some converters from assets package.
  • rearranged tests