Practical C++17: Loop Unrolling with Lambdas and Fold Expressions
Practical C++17: Loop Unrolling with Lambdas and Fold Expressions
www.cppstories.com Practical C++17: Loop Unrolling with Lambdas and Fold Expressions
In this blog post, we’ll delve into the unroll<N>() template function for template unrolling, understand its mechanics, and see how it can improve your code. We’ll look at lambdas, fold expressions, and integer sequences. Let’s get started! A little background In a recent article Vector math libra...
0
comments