<table><tr><td style="">bruns created this revision.<br />Restricted Application added projects: Frameworks, Baloo.<br />Restricted Application added a subscriber: Frameworks.<br />bruns requested review of this revision.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D11826">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>The Term(Term, Operator, Term) constructor is identical to the three<br />
separate calls, but saves two separate function calls.</p>

<p>Signed-off-by: Stefan Brüns <stefan.bruens@rwth-aachen.de></p>

<p>Try to merge terms with identical operations</p>

<p>(a AND b) AND (c OR d) can be merged as (a AND b AND (c OR D), i.e. 2<br />
instead of 3 intermediate AND/OR terms.<br />
This is especially useful if terms are combined with a && b && c && d,<br />
which can be combined into one AND term with 4 subterms, instead of<br />
3 AND terms with 2 subterms each (((a AND b) AND c) AND d).</p>

<p>Signed-off-by: Stefan Brüns <stefan.bruens@rwth-aachen.de></p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R293 Baloo</div></div></div><br /><div><strong>BRANCH</strong><div><div>baloo_term_cleanup</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D11826">https://phabricator.kde.org/D11826</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>src/lib/term.cpp<br />
src/lib/term.h</div></div></div><br /><div><strong>To: </strong>bruns<br /><strong>Cc: </strong>Frameworks, ashaposhnikov, michaelh, astippich, spoorun, ngraham, alexeymin<br /></div>