shed-skin 0.0.20
Newer version available (0.9.10)
Released:
An Optimizing Python-to-C++ Compiler
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: GPL2
- Author: Mark Dufour
- Tags compiler, c++, speed, slow, optimize, psyco, pypy, pyrex
Classifiers
- Development Status
Project description
Shed Skin is an experimental compiler, that can translate pure Python programs into optimized C++. It uses advanced type inference techniques to deduce type information, so users are not requested to add any type declarations/hints. Programs have to be implicitly _statically_ typed (abstract and generic types as in C++ are supported). The speedup obtained is typically between 2-40 times over Psyco, and 2-220 over CPython. Features that are (currently) not supported: importing arbitrary standard library modules, arbitrary-size arithmetic.. (see the home page for details.)
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: GPL2
- Author: Mark Dufour
- Tags compiler, c++, speed, slow, optimize, psyco, pypy, pyrex
Classifiers
- Development Status