Simd icon indicating copy to clipboard operation
Simd copied to clipboard

how's the speed of resize compare with opencv?

Open lucasjinreal opened this issue 3 years ago • 1 comments

Hi, simd seems pretty good. just wonder does there any benchmarks on specific resizing compare with opencv?

lucasjinreal avatar Jun 16 '22 14:06 lucasjinreal

Simd is specialized in single thread performance. In multi thread performance of OpenCV will be greater. Unfortunately there are no benchmark to test its performance to compare with OpenCV now.

ermig1979 avatar Jun 17 '22 07:06 ermig1979