Skip to content
Commit 74702628 authored by Alexander Lohnau's avatar Alexander Lohnau
Browse files

runners/services: Optimize by excluding NoDisplay apps early

By filtering them out in the prepare slot, we do not need to check
for the noDisplay property for every character typed and in multiple
places.
We also allocate less memory, because irrelevant services are not kept
in the internal list for the match session.

The optimizations from frameworks/kservice!154
benefit this also
parent 617406db
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment