rust-cssparser
rust-cssparser copied to clipboard
Reconsider match_byte macro if plain match becomes optimized enough
@nox pointed out (https://github.com/servo/rust-cssparser/pull/112#issuecomment-286152329) that https://github.com/rust-lang/rust/pull/39456 brings the same performance to plain match expressions.
1.17.0 is stable, but the tests::unquoted_url benchmark is ~2x slower when compiled with --features dummy_match_byte. CC @nox, @emilio
Sad!
Still a ~2x difference in 1.71