File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,16 +29,16 @@ Measured on Apple M3 Pro, macOS 15.7.3 (aarch64):
2929
3030| Task | fpfmt | ryu | stdlib |
3131| ------| ------:| ----:| -------:|
32- | ** format** (f64 → string) | 102 ns | 164 ns | 535 ns |
33- | ** parse** (string → f64) | 797 ns | — | 702 ns |
32+ | ** format** (f64 → string) | 63 ns | 164 ns | 535 ns |
33+ | ** parse** (string → f64) | 738 ns | — | 702 ns |
3434
3535``` sh
3636cargo bench -p bench
3737```
3838
3939## Wasm size
4040
41- 32,905 bytes for ` short ` + ` parse ` as a cdylib (` wasm32-unknown-unknown ` , ` -Os ` ).
41+ 32,970 bytes for ` short ` + ` parse ` as a cdylib (` wasm32-unknown-unknown ` , ` -Oz ` ).
4242
4343``` sh
4444RUSTFLAGS=" -C opt-level=s" cargo build --target wasm32-unknown-unknown --release -p wasm-size
You can’t perform that action at this time.
0 commit comments