On `And` condition, `&[u8]` can be optimized directly as `false` while `&str` can't https://godbolt.org/z/GvWxGxj5b On `Or` condition, `&[u8]` generates more branches/comparisons than `&str` https://godbolt.org/z/EcYa99658