Skip to content

Reduce amount of memory allocation/free ops in ICU FTS tokenizer

Carlos Garnacho requested to merge carlosg/tracker:wip/icu-improvements into master

Some patches to reduce the amount of memory allocations happening within the ICU-based FTS tokenizer, by using long lived buffers and objects.

Before: Screenshot_from_2023-11-25_19-28-45

After: Screenshot_from_2023-11-25_19-29-01

Merge request reports