Search Results

Found 2 results for "96ff7dd0efaa49cabf947aa1da29fb7c" across all boards searching md5.

Anonymous /v/715728330#715756583
7/18/2025, 2:14:43 AM
>>715755720
Yes, modern compilers will compile that with no problem and that kind of code is not as heavy as say an NES emulator that execute the equivalent to 20.000 if conditions per frame.

However, if your code is so bad you take 30 minutes to find and change something, you will spend your limited time on this planet on something you could avoid with a week of work on a decent structure and learning.

There's a reason why neither heartbound nor yandere simulator are out yet, despite a decade of work on em.
Anonymous /v/713813370#713821527
6/27/2025, 8:27:03 PM
>>713816016
That is indeed correct, the compiler will fix this and optimize, and even if you don't, game scripts only run once per frame, and any decent Ghz range CPU will plow thru it like nothing.
However, your time on this planet is limited, every day, ever hour, ever seconds counts.
The hour you would spend learning about enums and arrays would save you days, weeks, months of trudging thru a needlessly gigantic code you can barely recognize.
The day you spent developing a tool to manage the dialogues and parameters? that would save even more time.

But if you want to spend your life writing a shitload of ifs, go ahead;