Inline function calls in a tight loop
Manually inline function calls in a tight loop as Go compiler does not inline non-leaf functions. It is observed that this unpleasant code change resulted up to 10% performance improvement.
Loading
Please register or sign in to comment