index | Fast 1 | Fast 2

Make fast code. Started 5/2/2024.

Anything extra slows code unless compiled. For example, small though it may be, adding semicolons when not needed slows code. Anything including spaces that you do not need can slow code. Obviously follow best practices and be able to read things but try for nothing extra in code unless it is better somehow.

X E.