Skip to content

Commit

Permalink
Rollup merge of #113142 - the8472:opt-cstr-display, r=Mark-Simulacrum
Browse files Browse the repository at this point in the history
optimize EscapeAscii's Display  and CStr's Debug

```
old:
    ascii::bench_ascii_escape_display_mixed      17.97µs/iter +/- 204.00ns
    ascii::bench_ascii_escape_display_no_escape 545.00ns/iter   +/- 6.00ns
new:
    ascii::bench_ascii_escape_display_mixed      4.99µs/iter +/- 56.00ns
    ascii::bench_ascii_escape_display_no_escape 91.00ns/iter  +/- 1.00ns
```
  • Loading branch information
matthiaskrgr authored Jan 20, 2024
2 parents 81e735f + 9995006 commit 85422d5
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 85422d5

Please sign in to comment.