Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kyle-verhoog/fassst
- Owner: Kyle-Verhoog
- License: apache-2.0
- Created: 2020-12-06T21:46:28.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-08T00:28:23.000Z (about 4 years ago)
- Last Synced: 2024-11-14T10:10:01.313Z (about 2 months ago)
- Language: Python
- Size: 18.6 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
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
```