tree: 9b054967c9def5dd7c8d2fa372b0a63e3bb103fa [path history] [tgz]
  1. atof.go
  2. atoi.go
  3. decimal.go
  4. ftoa.go
  5. README.md
benchfmt/internal/bytesconv/README.md

This is a partial copy of strconv.Parse* from Go 1.13.6, converted to use []byte (and stripped of the overly complex extFloat fast-path). It makes me sad that we have to do this, but see golang.org/issue/2632. We can eliminate this if golang.org/issue/43752 (or more generally, golang.org/issue/2205) gets fixed.