AliceVision icon indicating copy to clipboard operation
AliceVision copied to clipboard

(trivial) Avoid repeated calls to std::min() or std::max()

Open p12tic opened this issue 1 year ago • 0 comments

These functions have overloads accepting std::initializer_list argument which does not introduce performance overheads.

p12tic avatar Oct 01 '22 23:10 p12tic