GitXplorerGitXplorer
v

fatoptimizer

public
73 stars
11 forks
4 issues

Commits

List of commits on branch master.
Unverified
419517a8b95fbaccb6bef2e21f1fdd9d88c991d2

haypo => vstinner

vvstinner committed 7 years ago
Unverified
9d46ce68fe8b6bf9ad315828d967dc4b3ca78687

github.com/haypo becomes github.com/vstinner

vvstinner committed 7 years ago
Unverified
5d707a383022ae4cc137519041ef526c3ed02df8

Merge pull request #14 from ProgVal/patch-1

vvstinner committed 7 years ago
Unverified
669f382e59e29e3b72e73c4230585eb4163db88a

Fix typo

pprogval committed 7 years ago
Unverified
288745f023f9028ad724e53083f98aa5db910307

Merge pull request #13 from bhavishyagopesh/stringmethods

vvstinner committed 8 years ago
Unverified
1757a42f100277f4692930d7fcf9d0f533cd264e

add tests to stringmethods

iidealrealism committed 8 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>_