rust/library/core
The8472 66195d8bc4 optimization continuation byte validation of strings containing multibyte chars
```
old, -O2, x86-64
test str::str_validate_emoji                                    ... bench:       4,606 ns/iter (+/- 64)

new, -O2, x86-64
test str::str_validate_emoji                                    ... bench:       3,837 ns/iter (+/- 60)
```
2021-09-11 00:25:41 +02:00
..
benches benchmark for str.chars().count() 2021-09-11 00:25:41 +02:00
src optimization continuation byte validation of strings containing multibyte chars 2021-09-11 00:25:41 +02:00
tests Change return type for T::{log,log2,log10} to u32. The value is at 2021-09-05 17:09:21 +02:00
Cargo.toml rfc3052: Remove authors field from Cargo manifests 2021-07-29 14:56:05 -07:00