Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compiling and optimization #10

Open
Kezii opened this issue May 6, 2024 · 1 comment
Open

compiling and optimization #10

Kezii opened this issue May 6, 2024 · 1 comment

Comments

@Kezii
Copy link

Kezii commented May 6, 2024

Hello,
FYI, this repo, with minimal changes, can be run in around ~8 seconds (down from >300) using mypyc, without the need to have the separate C module

see this: https://github.com/andrew-ld/make_arq

pip3 install mypy
mypyc make_arq.py 
python3 make_arq_wrapper.py
python _makearq_setup.py build_ext --inplace

I also made a rust version here: https://github.com/Kezii/PixelShiftMultiShootMerge that runs in about 2 seconds, only for sony

@agriggio
Copy link
Owner

agriggio commented May 6, 2024

Thanks for the info! If you an create a pull request I'll be happy to incorporate the changes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants