Is there a good resource online for reading up on code performance? I'm very much a newbie but I'm still very interested in learning more about, let's say, the difference between if statements and switch cases, apart from readability. I've told myself for years that I want to code my own games, most likely in Unity or Unreal, but while I understand a fair amount of the basics, I don't think I could learn to write properly efficient code by self-learning only. I know there's very much an argument to be had for readability over strict performance increases, but while I, as a designer, can write functional code, the programmers on my hobby project always find smarter ways of doing the same thing, much to my chagrin