unrolling loops is efficient, right?

dorktangent@lemmy.max-p.me to Programmer Humor@programming.dev – 279 points –

saw a 2nd year CS guy run a maze solver (for final exam) with 300 nested if-statements. worked about 50% of the time. so he added another 5000 nested ifs and got it up to 90%. good enough!

22

You are viewing a single comment

300 nested if statements, (...) added another 5000 nested if statements.

At this point I want to doubt that they actually wrote it themselves, vs writing a metaprogram to generate the code.

Not sure if that would've made it better or worse 🤔