Remove puffin usage

This commit is contained in:
Clément Renault
2024-05-27 15:59:14 +02:00
parent 7f3e51349e
commit dc949ab46a
23 changed files with 2 additions and 181 deletions

View File

@ -45,8 +45,6 @@ impl<'t, 'i> WordsPrefixesFst<'t, 'i> {
name = "words_prefix_fst"
)]
pub fn execute(self) -> Result<()> {
puffin::profile_function!();
let words_fst = self.index.words_fst(self.wtxn)?;
let mut current_prefix = vec![SmallString32::new(); self.max_prefix_length];