HomePhorge

Improve Ferret engine indexing performance for large blocks of text

Description

Improve Ferret engine indexing performance for large blocks of text

Summary:
See PHI87. Ref T12974. Currently, we do a lot more work here than we need to: we call phutil_utf8_strtolower() on each token, but can do it once at the beginning on the whole block.

Additionally, since ngrams don't care about order, we only need to convert unique tokens into ngrams. This saves us some phutil_utf8v(). These calls can be slow for large inputs.

Test Plan:

Reviewers: amckinley

Reviewed By: amckinley

Maniphest Tasks: T12974

Differential Revision: https://secure.phabricator.com/D18647

Details

Provenance
epriestleyAuthored on Sep 25 2017, 7:11 PM
themackabuPushed on Mar 25 2025, 8:07 PM
Parents
rP9f11f310f872: Make PHUITwoColumnView a little more printable
Branches
Unknown
Tags
Unknown

Event Timeline