Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kyle-verhoog/fassst

make python go brr
https://github.com/kyle-verhoog/fassst

Last synced: about 2 months ago
JSON representation

make python go brr

Awesome Lists containing this project

README

        

# fassst

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

```python
from fassst import fast

@fast
def my_function():
pass
```