About the Performance Improvements

To speed up the performance of your software product, try to precalculate all the parts of your calculations that are static. Leave the calculations only for what is dynamic.

Avoid doing at runtime what you can do at design time.

Bill Sourour (@BillSourour)

Tips and Tricks Programming Wisdom Python 3 JavaScript