Inlining Functions

from blog Sebastian Witowski, | ↗ original
Running one big blob of code is often faster than splitting your code into well-separated functions. But there are other ways you can improve the speed of your code without sacrificing its readability.