-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Slight improve on numeric parser perf
Befor: ``` BenchmarkNumberType/no-num BenchmarkNumberType/no-num-10 332910 3478 ns/op 69.87 MB/s 3162 B/op 45 allocs/op BenchmarkNumberType/num BenchmarkNumberType/num-10 313408 3839 ns/op 63.29 MB/s 3555 B/op 64 allocs/op ``` After ``` BenchmarkNumberType/no-num BenchmarkNumberType/no-num-10 345669 3483 ns/op 69.78 MB/s 3162 B/op 45 allocs/op BenchmarkNumberType/num BenchmarkNumberType/num-10 328444 3728 ns/op 65.18 MB/s 3426 B/op 57 allocs/op ``` --- Pull Request resolved: #195 commit_hash:8025beb33e4613a407790818f282571d3f29446b
- Loading branch information
1 parent
d69e1f0
commit 79a785d
Showing
2 changed files
with
87 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters