index | Fast 2 | Fast 3

More functions cost something. Minimize usage. Started 10/16/2024.

Passing things into and from functions comes at a cost, minimal though it may be. Minimize this to what you need and what is sensible. Maybe one monolith is faster but are you going to be reading this thing or is it taking data to have things multiple times? Consider these things. Make good code you all.

X E.