transonic
transonic copied to clipboard
:rocket: Make your Python code fly at transonic speeds!
Hi, Recently I decided to give transonic a try, but unfortunately have since run into this issue (asked by someone else before): https://stackoverflow.com/questions/64857530/transonic-run-python-code-instead-of-pythran To date this question is not yet...
1. The Transonic types defined in `transonic.typing` should be compatible with Mypy. 2. It should also be possible to directly use types defined in `typing` for the simple cases (List,...
https://github.com/pandas-dev/pandas/blob/master/doc/source/user_guide/enhancingperf.rst https://github.com/fluiddyn/transonic-demos/blob/master/pandas.ipynb
See https://numba.pydata.org/numba-doc/dev/user/performance-tips.html#fastmath Simple to implement: - add the argument in * https://github.com/fluiddyn/transonic/blob/master/transonic/aheadoftime.py#L101 * https://github.com/fluiddyn/transonic/blob/master/transonic/justintime.py#L188 - improve the Numba backend https://github.com/fluiddyn/transonic/blob/master/transonic/backends/numba.py
See https://github.com/pydata/numexpr#usage
I have a question for you: I'm using transonic with pythran, and everything's working great! Now I'd like to bundle my code (specifically use pyinstaller to create a self contained...