Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vstinner/fatoptimizer
Static optimizer specializing functions with guards for Python 3.6
https://github.com/vstinner/fatoptimizer
Last synced: 23 days ago
JSON representation
Static optimizer specializing functions with guards for Python 3.6
- Host: GitHub
- URL: https://github.com/vstinner/fatoptimizer
- Owner: vstinner
- License: mit
- Archived: true
- Created: 2016-01-13T22:48:46.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-07-30T13:44:03.000Z (over 5 years ago)
- Last Synced: 2024-08-04T04:04:52.680Z (4 months ago)
- Language: Python
- Homepage: https://fatoptimizer.readthedocs.org/en/latest/
- Size: 186 KB
- Stars: 76
- Watchers: 8
- Forks: 11
- Open Issues: 4
-
Metadata Files:
- Readme: README.rst
- License: COPYING
Awesome Lists containing this project
- starred-awesome - fatoptimizer - Static optimizer specializing functions with guards for Python 3.6 (Python)
README
************
fatoptimizer
************.. image:: https://travis-ci.org/vstinner/fatoptimizer.svg?branch=master
:alt: Build status of fatoptimizer on Travis CI
:target: https://travis-ci.org/vstinner/fatoptimizer.. image:: http://unmaintained.tech/badge.svg
:target: http://unmaintained.tech/
:alt: No Maintenance Intended``fatoptimizer`` is a static optimizer for Python 3.6 using function
specialization with guards. It is implemented as an AST optimizer.Optimized code requires the ``fat`` module at runtime if at least one
function was specialized.* `fatoptimizer documentation
`_
* `fatoptimizer project at GitHub
`_ (code, bug tracker)
* `fat module `_
* `FAT Python
`_
* `fatoptimizer tests running on the Travis-CI
`_