Skip to content
Commit 98c551e4 authored by Stefan Brüns's avatar Stefan Brüns
Browse files

Get rid of temporary QSet for lookup

Converting the QList to a QSet is an O(n) operation, lookup of the
property in a QList is O(n) as well. The algotithmically faster lookup
in the QSet is never amortized due to n being small, and the lookup is
done only 4 times.
parent 717b0fb4
Pipeline #368796 passed with stage
in 1 minute and 59 seconds
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