Skip to content
Snippets Groups Projects
Commit afdc0285 authored by Yorick Peterse's avatar Yorick Peterse
Browse files

Speed up searching for text references a bit

If a node is ignored there's no need for searching for a given pattern.
In turn, when searching for the pattern there's no need to construct a
MatchData object as we only care about presence (or lack thereof), not
the resulting matches.

In terms of performance this cuts down about 200 ms when loading
issue #2164 locally, though this varies a bit depending on system load.
parent 97eafd4b
Branches
Tags
1 merge request!1648Speed up searching for text references a bit
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment