fassst fassst provides a decorator fast that applies optimizations to the function given to it. from fassst import fast @fast def my_function(): pass