codewars/lambda-calculus

Inlining

JohanWiltink opened this issue · 0 comments

Certain functions can easily be inlined. Mark these with a pragma #inline and do magic, and you have traded increased compile time for ( probably more ) decreased runtime.

Doing this automatically is possible, but a bit harder.