Nim compiler has two optimizations flags, speed and size, speed being faster and size being smaller (I'm a genius for figuring that out by myself). Smaller means less lines of assembly, so therefore faster than speed ? Something isn't working. I know less lines of assembly doesn't always mean faster but from what I understand, it should be faster in general. Is there an explanation to it ?