chore: remove stale performance comments from for_loops and muncher parsers
This commit is contained in:
@@ -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('.')
|
||||
|
||||
Reference in New Issue
Block a user