Pierre Augier

Results 181 comments of Pierre Augier

Ah sorry, now I understand where "your" numbers come from (from my first message :slightly_smiling_face:). It does not change the reasoning but these numbers should be a bit more accurate...

I added another micro benchmark: `board` is a function with few indexing, simple float computations with sin/cos and instantiation of a small array. It seems to be important for the...

For simpler examples with Meson + Pythran, see - https://foss.heptapod.net/fluiddyn/fluidimage - https://foss.heptapod.net/fluiddyn/fluidfft - https://foss.heptapod.net/fluiddyn/fluidsim

Scikit-image (https://github.com/scikit-image/scikit-image) uses Pythran without Transonic and is much simpler than Scipy, but it also uses Cython. I don't know if there are other simpler packages that use Pythran without...

I was able to recompile this code with Python 3.9 and ```sh pypi-timemachine 2022-01-01 pip install --index-url http://localhost:54455 pythran numpy ``` This installs beniget-0.4.1 gast-0.5.3 numpy-1.22.0 ply-3.11 pythran-0.11.0 and with...

Hi @serge-sans-paille, We have a project for which we use again this old code. For now, we use it with an old environment (2022-01-01) and it works, but it would...

Hi Serge, this issue is quite annoying for few people and a project on particle tracking. Do you think we could adapt the Python code to make it usable with...

I confirm that this seems to work with Pythran master. "seems" because this code is not well tested... But that's great. x10 speedup compared Python Numpy and same perf. than...

I don't understand why the bot added a lot of labels. There were commits already in develop included in this PR. The PR is now correct with one commit adding...

Thanks for the review. I updated the PR as suggested.