]> Cypherpunks repositories - gostls13.git/commit
* faster atof for common cases
authorRuss Cox <rsc@golang.org>
Tue, 18 Nov 2008 01:22:51 +0000 (17:22 -0800)
committerRuss Cox <rsc@golang.org>
Tue, 18 Nov 2008 01:22:51 +0000 (17:22 -0800)
commited628ca79beefd78bb901b7ab3712391927c6f3b
tree30fcd0a37578a0e146e8b843a62796e72cbad84b
parent4d1d5e8a88673d8866b80942575c2532048626f3
* faster atof for common cases
  (gets 3x speedup in go; got 40x in c)
* handle and test overflow

R=r
DELTA=217  (200 added, 0 deleted, 17 changed)
OCL=19399
CL=19422
src/lib/strconv/atof.go
src/lib/strconv/testatof.go