General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
MrAbrazildo
Computerphile
comments
Comments by "MrAbrazildo" (@MrAbrazildo) on "Unrolling the Loops - Computerphile" video.
Calling a f() at each looping cycle costs about 60% performance - I measured it once. However, in C++ there's the 'inline' keyword, which makes the compiler write the f() inline, unrolling it.
1