Perf measurement & bottleneck fix #102

Merged
quentin merged 16 commits from perf/cpu-ram-bottleneck into main 2024-02-23 17:32:39 +00:00
Showing only changes of commit 3f204b102a - Show all commits

View file

@ -681,7 +681,7 @@ mod tests {
content: rfc822.to_vec(),
};
let mv = MailView::new(std::borrow::Cow::Borrowed(&qr), &mail_in_idx)?;
let mv = MailView::new(&qr, &mail_in_idx)?;
let (res_body, _seen) = mv.filter(&ap)?;
let fattr = match res_body {