Skip to content

Releases: nikolaydubina/fpdecimal

v0.9.0

31 May 13:22
9f1bea9
Compare
Choose a tag to compare
  • better names for functions
  • more clear fuzz test for arithmetics

v0.8.1

30 May 14:37
ac7e3c6
Compare
Choose a tag to compare
  • printing on par with int64
  • faster printing
  • 1 less malloc

v0.8.0

28 May 16:43
227d954
Compare
Choose a tag to compare
  • moved to fp3 package

Wrapping into struct

28 May 13:42
23ddd83
Compare
Choose a tag to compare
  • wrapped into struct
  • added arithmetics
  • added benchmarks for arithmetics

Buf Fixes

28 May 06:31
Compare
Choose a tag to compare
  • renamed module

First release!

28 May 05:58
e588cfa
Compare
Choose a tag to compare
  • basic plain int64 type
  • benchmarks
  • fuzz tests
  • JSON
  • examples
  • benchmarks for Go core
  • documentation