-
Notifications
You must be signed in to change notification settings - Fork 465
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
repr: don't allocate while parsing floats (#5341)
parse_float32/-3.0 time: [41.721 ns 41.940 ns 42.170 ns] change: [-55.287% -55.053% -54.764%] (p = 0.00 < 0.05) Performance has improved. parse_float32/9.7 time: [41.411 ns 41.671 ns 41.918 ns] change: [-49.983% -49.783% -49.552%] (p = 0.00 < 0.05) Performance has improved. parse_float32/NaN time: [25.068 ns 25.253 ns 25.447 ns] change: [-60.892% -60.692% -60.434%] (p = 0.00 < 0.05) Performance has improved. parse_float32/inFiNiTy time: [16.827 ns 16.840 ns 16.852 ns] change: [-86.343% -86.325% -86.307%] (p = 0.00 < 0.05) Performance has improved.
- Loading branch information
Showing
2 changed files
with
36 additions
and
13 deletions.
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