https://atleastfornow.net/posts/py3-enable-optimisations/
Compile-time Optimisations on Python 3 · atleastfornow.net
There’s a number of ways you can make your code faster, including optimising the runtime. What effect do different options have on it?
compile timeoptimisationspython