improve matching speed a bit

This commit is contained in:
Robin Appelman 2024-09-12 16:56:38 +02:00
commit ece904f791
8 changed files with 8840 additions and 8834 deletions

View file

@ -50,6 +50,7 @@ fn build_pattern(parts: &[crate::MessagePart]) -> String {
}
}
}
pattern.push_str("\x01\x01");
pattern
}