GitXplorerGitXplorer
v

fatoptimizer

public
73 stars
11 forks
4 issues

Commits

List of commits on branch master.
Unverified
7ce02e3de9205ae7dad76c9e300265264eb41f5a

Drop Python 3.4 support

vvstinner committed 5 years ago
Unverified
25a23f65ed1cc9819ce770607fdd912b2af8926c

https://pypi.python.org/pypi/fat removed

vvstinner committed 5 years ago
Unverified
fbcf9dacac132612631566045dfcc93025f64ba1

I removed the PyPI module

vvstinner committed 5 years ago
Unverified
71975b917906bbe33bfc7d87e9d33db37cbe86fb

I removed the PyPI module

vvstinner committed 5 years ago
Unverified
3f8b3a13f17bcde690571ca7efb8b8cd91542453

I removed the PyPI module

vvstinner committed 5 years ago
Unverified
fe666d729744f0c692075a4b4b240e19dcc45624

No Maintenance Intended

vvstinner committed 7 years ago

README

The README file for this repository.

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 <https://fatoptimizer.readthedocs.io/en/latest/>_
  • fatoptimizer project at GitHub <https://github.com/vstinner/fatoptimizer>_ (code, bug tracker)
  • fat module <https://fatoptimizer.readthedocs.io/en/latest/fat.html>_
  • FAT Python <https://faster-cpython.readthedocs.io/fat_python.html#fat-python>_
  • fatoptimizer tests running on the Travis-CI <https://travis-ci.org/vstinner/fatoptimizer>_