/fassst

make python go brr

Primary LanguagePythonApache License 2.0Apache-2.0

fassst

fassst provides a decorator fast that applies optimizations to the function given to it.

from fassst import fast

@fast
def my_function():
    pass