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

Are there any good ideas for speeding up #9

Open
fkjkey opened this issue Jun 26, 2024 · 1 comment
Open

Are there any good ideas for speeding up #9

fkjkey opened this issue Jun 26, 2024 · 1 comment

Comments

@fkjkey
Copy link

fkjkey commented Jun 26, 2024

No description provided.

@how4rd
Copy link
Owner

how4rd commented Jun 27, 2024

The code uses a bunch of Python for loops. Replacing those loops with numpy vectorized operations, or reimplementing the whole thing in a compiled language, would make the algorithm a lot faster.

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