Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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
`_