mirror of
https://github.com/Luzifer/badge-gen.git
synced 2024-11-10 06:10:03 +00:00
.. | ||
float.go | ||
int.go | ||
LICENSE.md | ||
README.md |
Strconv
This package contains string conversion function and is written in Go. It is much alike the standard library's strconv package, but it is specifically tailored for the performance needs within the minify package.
For example, the floating-point to string conversion function is approximately twice as fast as the standard library, but it is not as precise.
License
Released under the MIT license.