transonic icon indicating copy to clipboard operation
transonic copied to clipboard

:rocket: Make your Python code fly at transonic speeds!

Results 6 transonic issues
Sort by recently updated
recently updated
newest added

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,...

enhancement

https://github.com/pandas-dev/pandas/blob/master/doc/source/user_guide/enhancingperf.rst https://github.com/fluiddyn/transonic-demos/blob/master/pandas.ipynb

question

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

enhancement
good first issue

See https://github.com/pydata/numexpr#usage

enhancement

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...