Search Results
7/31/2025, 9:51:02 PM
>>106095663
cant entirely disagree but, uh
were at c23
and we still dont have a force inline keyword, we need to rely on the compiler to make the calls itself
ite pretty fucking important because you can use force inlines to subdivide your code into its components at 0 cost which negates the need for generics or templates
like in picrel
everything gets force inlined including the function itself bc its all building blocks
cant entirely disagree but, uh
were at c23
and we still dont have a force inline keyword, we need to rely on the compiler to make the calls itself
ite pretty fucking important because you can use force inlines to subdivide your code into its components at 0 cost which negates the need for generics or templates
like in picrel
everything gets force inlined including the function itself bc its all building blocks
Page 1