General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Liam
Creel
comments
Comments by "Liam" (@1495978707) on "Branchless Programming: Why "If" is Sloowww... and what we can do about it!" video.
Well I do simulation code and it certainly makes a difference especially in parallelized code to break a single loop with conditions into multiple loops without conditions. Not really a fancy trick but it’s the same idea
2