chore: remove stale performance comments from for_loops and muncher parsers

This commit is contained in:
JestDotty
2025-10-06 15:58:01 +00:00
parent 46282684b3
commit 11a4974ff3
2 changed files with 0 additions and 5 deletions
-2
View File
@@ -1,8 +1,6 @@
use crate::{FORBIDDEN_WORDS, stats::Stats};
#[allow(dead_code)]
/// typically 5000ms
/// with trie this is 1600ms
pub fn parse(stats: &mut Stats, text: &str) {
for sentence in text
.split('.')