Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace
flat_map()
with filter_map()
in is_useful_specialized()
.
`filter_map()` is less general, but more efficient, and has the same effect in this case. This commit reduces the instruction count for `unicode_normalization-check-clean` by about 2%.
- Loading branch information