Well, I don't know if it's appropriate but: It doesn't matter in this case.
Do not too much of micro-optimizing.
But to answer your question, stick with the readably one.
The fastest solution would be something like this:
bool res = cond1 || cond2;
Well, I don't know if it's appropriate but: It doesn't matter in this case.
Do not too much of micro-optimizing.
But to answer your question, stick with the readably one.
The fastest solution would be something like this:
bool res = cond1 || cond2;